Output

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Alias This

currentContext

Members

Functions

newContext
String newContext()

Creates a new context and sets it as the current context. Returns the newly created context.

toString
string toString()
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.

Variables

after
String after;
Undocumented in source.
before
String before;
Undocumented in source.
classes
string[] classes;
Undocumented in source.
currentClass
ClassData currentClass;
Undocumented in source.
currentContext
String currentContext;
Undocumented in source.
currentInterface
ClassData currentInterface;
Undocumented in source.
enums
string[] enums;
Undocumented in source.
externDeclaration
string externDeclaration;
Undocumented in source.
functions
string[] functions;
Undocumented in source.
imports
String imports;
Undocumented in source.
interfaces
string[] interfaces;
Undocumented in source.
structs
string[] structs;
Undocumented in source.
typedefs
string[] typedefs;
Undocumented in source.
unions
string[] unions;
Undocumented in source.
variables
string[] variables;
Undocumented in source.

Meta