Parameter

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

atAttributes
AtAttribute[] atAttributes;
Undocumented in source.
comment
string comment;
Undocumented in source.
cstyle
TypeSuffix[] cstyle;
default_
ExpressionNode default_;
name
Token name;
parameterAttributes
IdType[] parameterAttributes;
type
Type type;
vararg
bool vararg;

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 ASTNode

accept
void accept(ASTVisitor visitor)

Meta