Class InstructionOpCodeFilter

  • All Implemented Interfaces:
    InstructionVisitor

    public class InstructionOpCodeFilter
    extends java.lang.Object
    implements InstructionVisitor
    This InstructionVisitor delegates its visits to one of two InstructionVisitors, based on whether the opcode of the visited instruction matches the list of passed opcodes.