PrimaryExpression

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

arguments
Arguments arguments;
arrayLiteral
ArrayLiteral arrayLiteral;
assocArrayLiteral
AssocArrayLiteral assocArrayLiteral;
basicType
Token basicType;
dot
Token dot;
expression
Expression expression;
functionLiteralExpression
FunctionLiteralExpression functionLiteralExpression;
identifierOrTemplateInstance
IdentifierOrTemplateInstance identifierOrTemplateInstance;
importExpression
ImportExpression importExpression;
isExpression
IsExpression isExpression;
lambdaExpression
LambdaExpression lambdaExpression;
mixinExpression
MixinExpression mixinExpression;
primary
Token primary;
traitsExpression
TraitsExpression traitsExpression;
type
Type type;
typeConstructor
Token typeConstructor;
typeidExpression
TypeidExpression typeidExpression;
typeofExpression
TypeofExpression typeofExpression;
vector
Vector vector;

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