All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class BIT.lowBIT.Constant

java.lang.Object
   |
   +----BIT.lowBIT.Constant

public class Constant
extends Object
This class has various useful constants.


Variable Index

 o ACC_ABSTRACT
 o ACC_FINAL
 o ACC_INTERFACE
 o ACC_NATIVE
 o ACC_PRIVATE
 o ACC_PROTECTED
 o ACC_PUBLIC
 o ACC_STATIC
 o ACC_SUPER
 o ACC_SYNCHRONIZED
 o ACC_TRANSIENT
 o ACC_VOLATILE
 o CONSTANT_Class
 o CONSTANT_Double
 o CONSTANT_Fieldref
 o CONSTANT_Float
 o CONSTANT_Integer
 o CONSTANT_InterfaceMethodref
 o CONSTANT_Long
 o CONSTANT_Methodref
 o CONSTANT_NameAndType
 o CONSTANT_String
 o CONSTANT_Utf8

Constructor Index

 o Constant()

Variables

 o CONSTANT_Class
 public static final byte CONSTANT_Class
 o CONSTANT_Fieldref
 public static final byte CONSTANT_Fieldref
 o CONSTANT_Methodref
 public static final byte CONSTANT_Methodref
 o CONSTANT_InterfaceMethodref
 public static final byte CONSTANT_InterfaceMethodref
 o CONSTANT_String
 public static final byte CONSTANT_String
 o CONSTANT_Integer
 public static final byte CONSTANT_Integer
 o CONSTANT_Float
 public static final byte CONSTANT_Float
 o CONSTANT_Long
 public static final byte CONSTANT_Long
 o CONSTANT_Double
 public static final byte CONSTANT_Double
 o CONSTANT_NameAndType
 public static final byte CONSTANT_NameAndType
 o CONSTANT_Utf8
 public static final byte CONSTANT_Utf8
 o ACC_PUBLIC
 public static final short ACC_PUBLIC
 o ACC_PRIVATE
 public static final short ACC_PRIVATE
 o ACC_PROTECTED
 public static final short ACC_PROTECTED
 o ACC_STATIC
 public static final short ACC_STATIC
 o ACC_FINAL
 public static final short ACC_FINAL
 o ACC_VOLATILE
 public static final short ACC_VOLATILE
 o ACC_TRANSIENT
 public static final short ACC_TRANSIENT
 o ACC_SUPER
 public static final short ACC_SUPER
 o ACC_INTERFACE
 public static final short ACC_INTERFACE
 o ACC_ABSTRACT
 public static final short ACC_ABSTRACT
 o ACC_SYNCHRONIZED
 public static final short ACC_SYNCHRONIZED
 o ACC_NATIVE
 public static final short ACC_NATIVE

Constructors

 o Constant
 public Constant()

All Packages  Class Hierarchy  This Package  Previous  Next  Index