CFState Constructors
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Semantic
Declaring Type: CFState
Overloads
CFState() | Constructor |
CFState(CFState) | Constructs a new CFState that's a copy of another |
CFState()
Constructor
public CFState();
CFState(CFState)
Constructs a new CFState that's a copy of another
public CFState(CFState other);
Parameters
CFState other |