java.lang.Object
org.apache.derby.impl.services.bytecode.Type

final class Type extends Object
  • Field Details

    • LONG

      static final Type LONG
    • INT

      static final Type INT
    • SHORT

      static final Type SHORT
    • BYTE

      static final Type BYTE
    • BOOLEAN

      static final Type BOOLEAN
    • FLOAT

      static final Type FLOAT
    • DOUBLE

      static final Type DOUBLE
    • STRING

      static final Type STRING
    • javaName

      private final String javaName
    • vmType

      private final short vmType
    • vmName

      private final String vmName
    • vmNameSimple

      final String vmNameSimple
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • javaName

      String javaName()
    • vmName

      String vmName()
      Get the VM Type name (java/lang/Object)
    • vmType

      short vmType()
      Get the VM type (eg. VMDescriptor.INT)
    • width

      int width()
    • width

      static int width(short type)