class Therapy::ParseContext(T, V)
- Therapy::ParseContext(T, V)
- Reference
- Object
Direct Known Subclasses
Defined in:
therapy/parse_context.crConstructors
Instance Method Summary
- #add_error(msg : String)
- #errors
- #full_path : Array(String | Int32)
- #map(&block : V -> X) : ParseContext(T, X) forall X
- #map_result(&block : V -> Result(X)) : ParseContext(T, V) | ParseContext(T, X) forall X
- #to_result : Result(T)
- #value : V
- #value=(value : V)