abstract class
Therapy::BaseType(T)
- Therapy::BaseType(T)
- Reference
- Object
Direct Known Subclasses
- Therapy::ArrayType(T)
- Therapy::BoolType
- Therapy::EnumType(ENUM)
- Therapy::FloatType(FLOAT)
- Therapy::IntType(INT)
- Therapy::ObjectType(VALIDATORS, OUT)
- Therapy::OptionalType(T)
- Therapy::StringType
- Therapy::TupleType(VALIDATORS, OUT)
Defined in:
therapy/base_type.crInstance Method Summary
- #create_subcontext(parent : ParseContext, input : V, path : PathType) : ParseContext(T, V) forall V
- #optional : OptionalType(T)
- #parse(input : V) : Result(T) forall V
- #parse!(input) : T
Instance Method Detail
def create_subcontext(parent : ParseContext, input : V, path : PathType) : ParseContext(T, V) forall V
#