- 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(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
ArgInfo[] opSlice(uint a, uint b)
Undocumented in source. Be warned that the author may not have intended to support it.
- opDollar
uint 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(uint 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.
- 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.