Class Summary |
BBlock |
A Basic Block represents a segment of bytecode in a control flow graph. |
CFG |
A control flow graph (cfg) for use by trigger method adapters.
A trigger method adapter is required to notify the CFG each time an instruction or label is visited and
each time a try catch block is notified. |
CodeLocation |
a reference to a specific instruction location in a given BBlock |
FanOut |
A representation of a 1:M relation between labels/code locations. |
InstructionSequence |
Class used to hold a sequence of instructions within a basic block |
TriggerDetails |
auxiliary used by CFG to store details of a specific trigger insertion point |
TryCatchDetails |
auxiliary used by CFG to store details of a specific try catch block |