FunctionDeclaration

Undocumented in source.

Constructors

this
this(Location location, StorageClass storageClass, ParamAstType returnType, Name name, ParamDecl[] params, bool isVariadic, BlockStatement fbody)
Undocumented in source.

Members

Variables

fbody
BlockStatement fbody;
Undocumented in source.
isVariadic
bool isVariadic;
Undocumented in source.
params
ParamDecl[] params;
Undocumented in source.
returnType
ParamAstType returnType;
Undocumented in source.

Inherited Members

From NamedDeclaration

name
Name name;
Undocumented in source.

Meta