CompiledCtfeFunction

CTFE-object code for a single function

Currently only counts the number of local variables in the function

Constructors

this
this(FuncDeclaration f)
Undocumented in source.

Members

Functions

onDeclaration
void onDeclaration(VarDeclaration v)
Undocumented in source. Be warned that the author may not have intended to support it.
onExpression
void onExpression(Expression e)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

callingloc
Loc callingloc;
Undocumented in source.
func
FuncDeclaration func;
Undocumented in source.
numVars
int numVars;
Undocumented in source.

Meta