类 InstructionOpCodeFilter

  • 所有已实现的接口:
    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.