Class | Description |
---|---|
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.
|
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
|
Copyright © 2018. All rights reserved.