Entity

Undocumented in source.

Constructors

this
this(Token[] expr, Token[] tokens, Entity[] content)
Undocumented in source.

Members

Functions

name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(string indent)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

arguments_
string[] arguments_;
Undocumented in source.
content_
Entity[] content_;
Undocumented in source.
expr_
Token[] expr_;
Undocumented in source.
functionRe
auto functionRe;
Undocumented in source.
name_
string name_;
Undocumented in source.
returnType_
string returnType_;
Undocumented in source.
structRe
auto structRe;
Undocumented in source.
suffix_
string[] suffix_;
Undocumented in source.
tokens_
Token[] tokens_;
Undocumented in source.
type_
string type_;
Undocumented in source.

Meta