FunctionLiteralExpression

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

assignExpression
ExpressionNode assignExpression;
column
size_t column;
functionAttributes
FunctionAttribute[] functionAttributes;
functionOrDelegate
IdType functionOrDelegate;
identifier
Token identifier;
isReturnRef
bool isReturnRef;
line
size_t line;
memberFunctionAttributes
MemberFunctionAttribute[] memberFunctionAttributes;
parameters
Parameters parameters;
returnType
Type returnType;
specifiedFunctionBody
SpecifiedFunctionBody specifiedFunctionBody;

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