Type2

Members

Aliases

superOrThis
alias superOrThis = builtinType

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

builtinType
IdType builtinType;
mixinExpression
MixinExpression mixinExpression;
traitsExpression
TraitsExpression traitsExpression;
type
Type type;
typeConstructor
IdType typeConstructor;
typeIdentifierPart
TypeIdentifierPart typeIdentifierPart;
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 BaseNode

tokens
const(Token)[] tokens;

List of tokens consumed by this AST node

accept
void accept(ASTVisitor visitor)
Undocumented in source.

Meta