Interface InstructionVisitor
- All Known Implementing Classes:
AbstractInstructionVisitor, AssignmentExtractor, BasicBlockMapper, ClassRefsRenamer, DefinitionExtractor, InstructionReadVisitor, InstructionVariableMapper, LoopInvariantAnalyzer, ProgramDependencyExtractor, TransitionExtractor, UsageExtractor
public interface InstructionVisitor
-
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(ArrayLengthInstruction insn) voidvisit(AssignInstruction insn) voidvoidvisit(BinaryInstruction insn) voidvisit(BoundCheckInstruction insn) voidvisit(BranchingInstruction insn) voidvisit(CastInstruction insn) voidvisit(CastIntegerInstruction insn) voidvisit(CastNumberInstruction insn) voidvoidvisit(CloneArrayInstruction insn) voidvoidvisit(ConstructInstruction insn) voidvoidvoidvisit(EmptyInstruction insn) voidvisit(ExitInstruction insn) voidvoidvisit(GetElementInstruction insn) voidvisit(GetFieldInstruction insn) voidvisit(InitClassInstruction insn) voidvoidvisit(InvokeInstruction insn) voidvisit(IsInstanceInstruction insn) voidvisit(JumpInstruction insn) voidvisit(LongConstantInstruction insn) voidvisit(MonitorEnterInstruction insn) voidvisit(MonitorExitInstruction insn) voidvisit(NegateInstruction insn) voidvisit(NullCheckInstruction insn) voidvisit(NullConstantInstruction insn) voidvisit(PutElementInstruction insn) voidvisit(PutFieldInstruction insn) voidvisit(RaiseInstruction insn) voidvoidvisit(SwitchInstruction insn) voidvisit(UnwrapArrayInstruction insn) void
-
Method Details
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-