|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BytecodeVisitor | |
---|---|
joeq.Compiler.BytecodeAnalysis | |
joeq.Compiler.Quad |
Uses of BytecodeVisitor in joeq.Compiler.BytecodeAnalysis |
---|
Subclasses of BytecodeVisitor in joeq.Compiler.BytecodeAnalysis | |
---|---|
static class |
ControlFlowGraph.InitialPass
Visitor to perform the initial pass over the bytecode. |
class |
LiveRefAnalysis.FirstPassVisitor
|
class |
LiveRefAnalysis.SecondPassVisitor
|
class |
ModRefAnalysis
Simple mod/ref analysis. |
class |
StackDepthVisitor
A simple visitor that keeps track of the bytecode stack depth. |
Uses of BytecodeVisitor in joeq.Compiler.Quad |
---|
Subclasses of BytecodeVisitor in joeq.Compiler.Quad | |
---|---|
class |
BytecodeToQuad
Converts stack-based Java bytecode to Quad intermediate format. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |