org.apache.derby.iapi.services.classfile
Interface VMDescriptor


public interface VMDescriptor


Field Summary
static java.lang.String ARRAY
           
static java.lang.String BOOLEAN
           
static java.lang.String BYTE
           
static char C_ARRAY
           
static char C_BOOLEAN
           
static char C_BYTE
           
static char C_CHAR
           
static char C_CLASS
           
static char C_DOUBLE
           
static char C_ENDCLASS
           
static char C_ENDMETHOD
           
static char C_FLOAT
           
static char C_INT
           
static char C_LONG
           
static char C_METHOD
           
static char C_PACKAGE
           
static char C_SHORT
           
static char C_VOID
           
static java.lang.String CHAR
           
static java.lang.String CLASS
           
static int CONSTANT_Class
           
static int CONSTANT_Double
           
static int CONSTANT_Fieldref
           
static int CONSTANT_Float
           
static int CONSTANT_Integer
           
static int CONSTANT_InterfaceMethodref
           
static int CONSTANT_Long
           
static int CONSTANT_Methodref
           
static int CONSTANT_NameAndType
           
static int CONSTANT_String
           
static int CONSTANT_Utf8
           
static java.lang.String DOUBLE
           
static java.lang.String ENDCLASS
           
static java.lang.String ENDMETHOD
           
static java.lang.String FLOAT
           
static java.lang.String INT
           
static int JAVA_CLASS_FORMAT_MAGIC
          Magic number for class file format - page 84
static int JAVA_CLASS_FORMAT_MAJOR_VERSION
          Major and minor versions numbers - 1.0.2 release - page 85
static int JAVA_CLASS_FORMAT_MINOR_VERSION
           
static java.lang.String LONG
           
static java.lang.String METHOD
           
static java.lang.String PACKAGE
           
static java.lang.String SHORT
           
static java.lang.String VOID
           
 

Field Detail

C_VOID

static final char C_VOID
See Also:
Constant Field Values

VOID

static final java.lang.String VOID
See Also:
Constant Field Values

C_BOOLEAN

static final char C_BOOLEAN
See Also:
Constant Field Values

BOOLEAN

static final java.lang.String BOOLEAN
See Also:
Constant Field Values

C_BYTE

static final char C_BYTE
See Also:
Constant Field Values

BYTE

static final java.lang.String BYTE
See Also:
Constant Field Values

C_CHAR

static final char C_CHAR
See Also:
Constant Field Values

CHAR

static final java.lang.String CHAR
See Also:
Constant Field Values

C_SHORT

static final char C_SHORT
See Also:
Constant Field Values

SHORT

static final java.lang.String SHORT
See Also:
Constant Field Values

C_INT

static final char C_INT
See Also:
Constant Field Values

INT

static final java.lang.String INT
See Also:
Constant Field Values

C_LONG

static final char C_LONG
See Also:
Constant Field Values

LONG

static final java.lang.String LONG
See Also:
Constant Field Values

C_FLOAT

static final char C_FLOAT
See Also:
Constant Field Values

FLOAT

static final java.lang.String FLOAT
See Also:
Constant Field Values

C_DOUBLE

static final char C_DOUBLE
See Also:
Constant Field Values

DOUBLE

static final java.lang.String DOUBLE
See Also:
Constant Field Values

C_ARRAY

static final char C_ARRAY
See Also:
Constant Field Values

ARRAY

static final java.lang.String ARRAY
See Also:
Constant Field Values

C_CLASS

static final char C_CLASS
See Also:
Constant Field Values

CLASS

static final java.lang.String CLASS
See Also:
Constant Field Values

C_METHOD

static final char C_METHOD
See Also:
Constant Field Values

METHOD

static final java.lang.String METHOD
See Also:
Constant Field Values

C_ENDCLASS

static final char C_ENDCLASS
See Also:
Constant Field Values

ENDCLASS

static final java.lang.String ENDCLASS
See Also:
Constant Field Values

C_ENDMETHOD

static final char C_ENDMETHOD
See Also:
Constant Field Values

ENDMETHOD

static final java.lang.String ENDMETHOD
See Also:
Constant Field Values

C_PACKAGE

static final char C_PACKAGE
See Also:
Constant Field Values

PACKAGE

static final java.lang.String PACKAGE
See Also:
Constant Field Values

CONSTANT_Class

static final int CONSTANT_Class
See Also:
Constant Field Values

CONSTANT_Fieldref

static final int CONSTANT_Fieldref
See Also:
Constant Field Values

CONSTANT_Methodref

static final int CONSTANT_Methodref
See Also:
Constant Field Values

CONSTANT_InterfaceMethodref

static final int CONSTANT_InterfaceMethodref
See Also:
Constant Field Values

CONSTANT_String

static final int CONSTANT_String
See Also:
Constant Field Values

CONSTANT_Integer

static final int CONSTANT_Integer
See Also:
Constant Field Values

CONSTANT_Float

static final int CONSTANT_Float
See Also:
Constant Field Values

CONSTANT_Long

static final int CONSTANT_Long
See Also:
Constant Field Values

CONSTANT_Double

static final int CONSTANT_Double
See Also:
Constant Field Values

CONSTANT_NameAndType

static final int CONSTANT_NameAndType
See Also:
Constant Field Values

CONSTANT_Utf8

static final int CONSTANT_Utf8
See Also:
Constant Field Values

JAVA_CLASS_FORMAT_MAGIC

static final int JAVA_CLASS_FORMAT_MAGIC
Magic number for class file format - page 84

See Also:
Constant Field Values

JAVA_CLASS_FORMAT_MAJOR_VERSION

static final int JAVA_CLASS_FORMAT_MAJOR_VERSION
Major and minor versions numbers - 1.0.2 release - page 85

See Also:
Constant Field Values

JAVA_CLASS_FORMAT_MINOR_VERSION

static final int JAVA_CLASS_FORMAT_MINOR_VERSION
See Also:
Constant Field Values

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.