public static interface SsaInsn.Visitor
| Modifier and Type | Method and Description |
|---|---|
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
|
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 visitCopyright © 2020. All Rights Reserved.