Class Instruction

    • Constructor Detail

      • Instruction

        public Instruction​(int opcode,
                           int operand)
      • Instruction

        public Instruction​(int opcode)
      • Instruction

        public Instruction​(int opcode,
                           String className)
    • Method Detail

      • arity

        public int arity()
      • hasReturnValue

        public boolean hasReturnValue()
      • isInvoke

        public boolean isInvoke()
      • isLongOrDoubleValue

        public boolean isLongOrDoubleValue()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object