CtorFlow

Primitive flow analysis for constructors

struct CtorFlow {
CSX callSuper;
FieldInit[] fieldinit;
}

Members

Functions

OR
void OR(const ref CtorFlow ctorflow)

OR CSX bits to this

clone
CtorFlow clone()

Create a deep copy of this

orCSX
void orCSX(CSX csx)

Set CSX bits in flow analysis state

Meta