IfCFG

Undocumented in source.

Constructors

this
this(IfType type)
Undocumented in source.

Members

Functions

compile
string compile()
Undocumented in source. Be warned that the author may not have intended to support it.
run
CFG run(VM vm)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

outgoing_false
CFG outgoing_false;
Undocumented in source.
outgoing_true
CFG outgoing_true;
Undocumented in source.
type
IfType type;
Undocumented in source.

Inherited Members

From CFG

incoming
CFG[] incoming;
Undocumented in source.
run
CFG run(VM )
Undocumented in source.
compile
string compile()
Undocumented in source.

Meta