- convert
Argument convert(Argument val)
Undocumented in source. Be warned that the author may not have intended to support it.
- getNewArg
Argument getNewArg()
Undocumented in source. Be warned that the author may not have intended to support it.
- getNewArg
Argument getNewArg(string min, string max, string[] exVal)
Undocumented in source. Be warned that the author may not have intended to support it.
- isConvertable
bool isConvertable(Type from)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadArgument
Argument loadArgument(Node node)
Should be defined by all childs.
- loadArgument
Argument loadArgument(InputStream stream)
Should be defined by all childs.
- registerConvertor
void registerConvertor(ConvertorFunc func, Type toType)
Undocumented in source. Be warned that the author may not have intended to support it.
- saveBinary
void saveBinary(OutputStream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- saveYaml
Node saveYaml()
Undocumented in source. Be warned that the author may not have intended to support it.