Method

Virtual method Simply a function declaration with its index in the vtable.

Constructors

this
this(Location location, Scope parentScope, uint index, FunctionType type, Name name, Variable[] params)
Undocumented in source.

Members

Variables

index
uint index;
Undocumented in source.

Inherited Members

From Function

__anonymous
mixin ScopeImpl
Undocumented in source.
type
FunctionType type;
Undocumented in source.
params
Variable[] params;
Undocumented in source.
closure
uint[Variable] closure;
Undocumented in source.
fbody
Body fbody;
Undocumented in source.
intrinsicID
Intrinsic intrinsicID [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
intrinsicID
Intrinsic intrinsicID [@property setter]
Undocumented in source.
dump
void dump(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta