abstract class Therapy::BaseType(T)
- Therapy::BaseType(T)
- Reference
- Object
Direct Known Subclasses
- Therapy::ArrayType(T)
- Therapy::BoolType
- Therapy::Int32Type
- Therapy::ObjectType(VALIDATORS, OUT)
- Therapy::OptionalType(T)
- Therapy::StringType
- Therapy::TupleType(VALIDATORS, OUT)
Defined in:
therapy/base_type.crInstance Method Summary
- #coercing : self
- #create_subcontext(parent : ParseContext, input : V, path) : ParseContext(T, V) forall V
- #optional : OptionalType(T)
- #parse(input : V) : Result(T) forall V
- #parse!(input) : T