ClassData

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

getMethodName
string getMethodName(FunctionCursor func, string name, bool translateIdentifier)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

data
string data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
string type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

instanceMethods
string[] instanceMethods;
Undocumented in source.
interfaces
string[] interfaces;
Undocumented in source.
name
string name;
Undocumented in source.
properties
string[] properties;
Undocumented in source.
propertyList
HashSet!(string) propertyList;
Undocumented in source.
staticMethods
string[] staticMethods;
Undocumented in source.
staticProperties
string[] staticProperties;
Undocumented in source.
staticVariables
string[] staticVariables;
Undocumented in source.
superclass
string superclass;
Undocumented in source.

Inherited Members

From StructData

name
string name;
Undocumented in source.
instanceVariables
string[] instanceVariables;
Undocumented in source.
isFwdDeclaration
bool isFwdDeclaration;
Undocumented in source.
data
string data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
string type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
addDeclarations
void addDeclarations(String context, string[] declarations)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta