|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControlFlow.Node | |
---|---|
javassist.bytecode.analysis | Bytecode Analysis API. |
Uses of ControlFlow.Node in javassist.bytecode.analysis |
---|
Methods in javassist.bytecode.analysis that return ControlFlow.Node | |
---|---|
ControlFlow.Node |
ControlFlow.Node.child(int n)
Returns the n-th child of this node. |
ControlFlow.Node[] |
ControlFlow.dominatorTree()
Constructs a dominator tree. |
ControlFlow.Node |
ControlFlow.Node.parent()
Returns the parent of this node. |
ControlFlow.Node[] |
ControlFlow.postDominatorTree()
Constructs a post dominator tree. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |