CtorFlow

Primitive flow analysis for constructors

Members

Functions

OR
void OR(CtorFlow ctorflow)

OR CSX bits to this

allocFieldinit
void allocFieldinit(size_t dim)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
CtorFlow clone()

Create a deep copy of this

freeFieldinit
void freeFieldinit()
Undocumented in source. Be warned that the author may not have intended to support it.
orCSX
void orCSX(CSX csx)

Set CSX bits in flow analysis state

Variables

callSuper
CSX callSuper;

state of calling other constructors

fieldinit
FieldInit[] fieldinit;

state of field initializations

Meta