Class OP


  • @Deprecated
    public final class OP
    extends java.lang.Object
    Deprecated.
    Operand types that can be encoded in Op operand
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int OP_IMM
      Deprecated.
      Operand is immediate.
      static int OP_LABEL
      Deprecated.
      Operand is label.
      static int OP_MEM
      Deprecated.
      Operand is memory.
      static int OP_NONE
      Deprecated.
      Invalid operand
      static int OP_REG
      Deprecated.
      Operand is register.
      static int OP_VAR
      Deprecated.
      Operand is variable.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private OP()
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OP

        private OP()
        Deprecated.