ASTBase.Expression

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(Loc loc, TOK op, int size)
Undocumented in source.

Members

Functions

accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
Expression copy()
Undocumented in source. Be warned that the author may not have intended to support it.
dyncast
DYNCAST dyncast()
Undocumented in source. Be warned that the author may not have intended to support it.
error
void error(const(char)* format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
syntaxCopy
Expression syntaxCopy()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

loc
Loc loc;
Undocumented in source.
op
TOK op;
Undocumented in source.
parens
ubyte parens;
Undocumented in source.
size
ubyte size;
Undocumented in source.
type
Type type;
Undocumented in source.

Inherited Members

From ASTNode

accept
void accept(Visitor v)
Undocumented in source.

Meta