UnaryExpression

Members

Functions

accept
void accept(ASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin OpEquals
Undocumented in source.

Variables

argumentList
ArgumentList argumentList;
assertExpression
AssertExpression assertExpression;
castExpression
CastExpression castExpression;
deleteExpression
DeleteExpression deleteExpression;
dotLocation
size_t dotLocation;
functionCallExpression
FunctionCallExpression functionCallExpression;
identifierOrTemplateInstance
IdentifierOrTemplateInstance identifierOrTemplateInstance;
indexExpression
IndexExpression indexExpression;
newExpression
NewExpression newExpression;
prefix
Token prefix;
primaryExpression
PrimaryExpression primaryExpression;
suffix
Token suffix;
type
Type type;
unaryExpression
UnaryExpression unaryExpression;

Mixed In Members

From mixin OpEquals

opEquals
bool opEquals(Object other)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ExpressionNode

accept
void accept(ASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta