|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjoeq.Compiler.Analysis.IPSSA.SSABindingVisitor
public abstract class SSABindingVisitor
Goes over all bindings in a method.
| Nested Class Summary | |
|---|---|
static class |
SSABindingVisitor.EmptySSABindingVisitor
|
static class |
SSABindingVisitor.SSABindingPrinter
|
| Constructor Summary | |
|---|---|
SSABindingVisitor()
|
|
| Method Summary | |
|---|---|
abstract void |
visit(SSABinding b)
|
void |
visitCFG(ControlFlowGraph cfg)
Applies itself to all bindings in the CFG. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSABindingVisitor()
| Method Detail |
|---|
public abstract void visit(SSABinding b)
public void visitCFG(ControlFlowGraph cfg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||