|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SsaInsn.Visitor
Visitor interface for this class.
| Method Summary | |
|---|---|
void |
visitMoveInsn(NormalSsaInsn insn)
Any non-phi move instruction |
void |
visitNonMoveInsn(NormalSsaInsn insn)
Any insn that isn't a move or a phi (which is also a move). |
void |
visitPhiInsn(PhiInsn insn)
Any phi insn |
| Method Detail |
|---|
void visitMoveInsn(NormalSsaInsn insn)
insn - non-null; the instruction to visitvoid visitPhiInsn(PhiInsn insn)
insn - non-null; the instruction to visitvoid visitNonMoveInsn(NormalSsaInsn insn)
insn - non-null; the instruction to visit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||