- argsNumber
int argsNumber [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- style
ArgsStyle style [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- disrc
string disrc [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- rtype
Type rtype [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
ArgInfo opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
ArgInfo[] opSlice(size_t a, size_t b)
Undocumented in source. Be warned that the author may not have intended to support it.
- opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref ArgInfo) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateArg
Argument generateArg(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
- apply
Argument apply(IndAbstract ind, Line line, WorldAbstract world)
Undocumented in source.
- 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.
- loadBinary
Operator loadBinary(InputStream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadYaml
Operator loadYaml(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.
- genDot
string genDot(size_t nameIndex, string nodeName)
Undocumented in source. Be warned that the author may not have intended to support it.
- args
ArgInfo[] args;
Undocumented in source.
- mStyle
ArgsStyle mStyle;
Undocumented in source.
- sName
string sName;
Undocumented in source.
- sDiscr
string sDiscr;
Undocumented in source.
- mRetType
Type mRetType;
Undocumented in source.