类 InstructionClassifier


  • public class InstructionClassifier
    extends java.lang.Object
    Util for operations involving Instruction.
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static boolean isInvoke​(byte opcode)  
      static boolean isLongShift​(byte opcode)  
      static boolean isReturn​(byte opcode)  
      static boolean isTypedReturn​(byte opcode)
      Checks if the opcode is nonvoid return.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • InstructionClassifier

        public InstructionClassifier()
    • 方法详细资料

      • isReturn

        public static boolean isReturn​(byte opcode)
      • isTypedReturn

        public static boolean isTypedReturn​(byte opcode)
        Checks if the opcode is nonvoid return.
      • isInvoke

        public static boolean isInvoke​(byte opcode)
      • isLongShift

        public static boolean isLongShift​(byte opcode)