org.eclipse.jdt.internal.compiler.classfmt
Interface ClassFileConstants

All Known Implementing Classes:
ConstantPool

public interface ClassFileConstants


Field Summary
static int AccAbstract
           
static int AccAnnotation
           
static int AccAnnotationDefault
          Extra flags for types and members attributes.
static int AccBridge
           
static int AccDefault
           
static int AccDeprecated
           
static int AccEnum
           
static int AccFinal
           
static int AccInterface
           
static int AccNative
           
static int AccPrivate
           
static int AccProtected
           
static int AccPublic
           
static int AccStatic
           
static int AccStrictfp
           
static int AccSuper
          Other VM flags.
static int AccSynchronized
           
static int AccSynthetic
           
static int AccTransient
           
static int AccVarargs
           
static int AccVolatile
           
static int ATTR_LINES
           
static int ATTR_SOURCE
           
static int ATTR_STACK_MAP
           
static int ATTR_STACK_MAP_TABLE
           
static int ATTR_VARS
           
static int BOOLEAN_ARRAY
           
static int BYTE_ARRAY
           
static int CHAR_ARRAY
           
static int ClassTag
           
static long CLDC_1_1
           
static int ConstantClassFixedSize
           
static int ConstantDoubleFixedSize
           
static int ConstantFieldRefFixedSize
           
static int ConstantFloatFixedSize
           
static int ConstantIntegerFixedSize
           
static int ConstantInterfaceMethodRefFixedSize
           
static int ConstantLongFixedSize
           
static int ConstantMethodRefFixedSize
           
static int ConstantNameAndTypeFixedSize
           
static int ConstantStringFixedSize
           
static int ConstantUtf8FixedSize
           
static int DOUBLE_ARRAY
           
static int DoubleTag
           
static int FieldRefTag
           
static int FLOAT_ARRAY
           
static int FloatTag
           
static int INT_ARRAY
           
static int IntegerTag
           
static int InterfaceMethodRefTag
           
static long JDK_DEFERRED
           
static long JDK1_1
           
static long JDK1_2
           
static long JDK1_3
           
static long JDK1_4
           
static long JDK1_5
           
static long JDK1_6
           
static long JDK1_7
           
static int LONG_ARRAY
           
static int LongTag
           
static int MAJOR_VERSION_1_1
           
static int MAJOR_VERSION_1_2
           
static int MAJOR_VERSION_1_3
           
static int MAJOR_VERSION_1_4
           
static int MAJOR_VERSION_1_5
           
static int MAJOR_VERSION_1_6
           
static int MAJOR_VERSION_1_7
           
static int MethodRefTag
           
static int MINOR_VERSION_0
           
static int MINOR_VERSION_1
           
static int MINOR_VERSION_2
           
static int MINOR_VERSION_3
           
static int MINOR_VERSION_4
           
static int NameAndTypeTag
           
static int SHORT_ARRAY
           
static int StringTag
           
static int Utf8Tag
           
 

Field Detail

AccDefault

static final int AccDefault
See Also:
Constant Field Values

AccPublic

static final int AccPublic
See Also:
Constant Field Values

AccPrivate

static final int AccPrivate
See Also:
Constant Field Values

AccProtected

static final int AccProtected
See Also:
Constant Field Values

AccStatic

static final int AccStatic
See Also:
Constant Field Values

AccFinal

static final int AccFinal
See Also:
Constant Field Values

AccSynchronized

static final int AccSynchronized
See Also:
Constant Field Values

AccVolatile

static final int AccVolatile
See Also:
Constant Field Values

AccBridge

static final int AccBridge
See Also:
Constant Field Values

AccTransient

static final int AccTransient
See Also:
Constant Field Values

AccVarargs

static final int AccVarargs
See Also:
Constant Field Values

AccNative

static final int AccNative
See Also:
Constant Field Values

AccInterface

static final int AccInterface
See Also:
Constant Field Values

AccAbstract

static final int AccAbstract
See Also:
Constant Field Values

AccStrictfp

static final int AccStrictfp
See Also:
Constant Field Values

AccSynthetic

static final int AccSynthetic
See Also:
Constant Field Values

AccAnnotation

static final int AccAnnotation
See Also:
Constant Field Values

AccEnum

static final int AccEnum
See Also:
Constant Field Values

AccSuper

static final int AccSuper
Other VM flags.

See Also:
Constant Field Values

AccAnnotationDefault

static final int AccAnnotationDefault
Extra flags for types and members attributes.

See Also:
Constant Field Values

AccDeprecated

static final int AccDeprecated
See Also:
Constant Field Values

Utf8Tag

static final int Utf8Tag
See Also:
Constant Field Values

IntegerTag

static final int IntegerTag
See Also:
Constant Field Values

FloatTag

static final int FloatTag
See Also:
Constant Field Values

LongTag

static final int LongTag
See Also:
Constant Field Values

DoubleTag

static final int DoubleTag
See Also:
Constant Field Values

ClassTag

static final int ClassTag
See Also:
Constant Field Values

StringTag

static final int StringTag
See Also:
Constant Field Values

FieldRefTag

static final int FieldRefTag
See Also:
Constant Field Values

MethodRefTag

static final int MethodRefTag
See Also:
Constant Field Values

InterfaceMethodRefTag

static final int InterfaceMethodRefTag
See Also:
Constant Field Values

NameAndTypeTag

static final int NameAndTypeTag
See Also:
Constant Field Values

ConstantMethodRefFixedSize

static final int ConstantMethodRefFixedSize
See Also:
Constant Field Values

ConstantClassFixedSize

static final int ConstantClassFixedSize
See Also:
Constant Field Values

ConstantDoubleFixedSize

static final int ConstantDoubleFixedSize
See Also:
Constant Field Values

ConstantFieldRefFixedSize

static final int ConstantFieldRefFixedSize
See Also:
Constant Field Values

ConstantFloatFixedSize

static final int ConstantFloatFixedSize
See Also:
Constant Field Values

ConstantIntegerFixedSize

static final int ConstantIntegerFixedSize
See Also:
Constant Field Values

ConstantInterfaceMethodRefFixedSize

static final int ConstantInterfaceMethodRefFixedSize
See Also:
Constant Field Values

ConstantLongFixedSize

static final int ConstantLongFixedSize
See Also:
Constant Field Values

ConstantStringFixedSize

static final int ConstantStringFixedSize
See Also:
Constant Field Values

ConstantUtf8FixedSize

static final int ConstantUtf8FixedSize
See Also:
Constant Field Values

ConstantNameAndTypeFixedSize

static final int ConstantNameAndTypeFixedSize
See Also:
Constant Field Values

MAJOR_VERSION_1_1

static final int MAJOR_VERSION_1_1
See Also:
Constant Field Values

MAJOR_VERSION_1_2

static final int MAJOR_VERSION_1_2
See Also:
Constant Field Values

MAJOR_VERSION_1_3

static final int MAJOR_VERSION_1_3
See Also:
Constant Field Values

MAJOR_VERSION_1_4

static final int MAJOR_VERSION_1_4
See Also:
Constant Field Values

MAJOR_VERSION_1_5

static final int MAJOR_VERSION_1_5
See Also:
Constant Field Values

MAJOR_VERSION_1_6

static final int MAJOR_VERSION_1_6
See Also:
Constant Field Values

MAJOR_VERSION_1_7

static final int MAJOR_VERSION_1_7
See Also:
Constant Field Values

MINOR_VERSION_0

static final int MINOR_VERSION_0
See Also:
Constant Field Values

MINOR_VERSION_1

static final int MINOR_VERSION_1
See Also:
Constant Field Values

MINOR_VERSION_2

static final int MINOR_VERSION_2
See Also:
Constant Field Values

MINOR_VERSION_3

static final int MINOR_VERSION_3
See Also:
Constant Field Values

MINOR_VERSION_4

static final int MINOR_VERSION_4
See Also:
Constant Field Values

JDK1_1

static final long JDK1_1
See Also:
Constant Field Values

JDK1_2

static final long JDK1_2
See Also:
Constant Field Values

JDK1_3

static final long JDK1_3
See Also:
Constant Field Values

JDK1_4

static final long JDK1_4
See Also:
Constant Field Values

JDK1_5

static final long JDK1_5
See Also:
Constant Field Values

JDK1_6

static final long JDK1_6
See Also:
Constant Field Values

JDK1_7

static final long JDK1_7
See Also:
Constant Field Values

CLDC_1_1

static final long CLDC_1_1
See Also:
Constant Field Values

JDK_DEFERRED

static final long JDK_DEFERRED
See Also:
Constant Field Values

INT_ARRAY

static final int INT_ARRAY
See Also:
Constant Field Values

BYTE_ARRAY

static final int BYTE_ARRAY
See Also:
Constant Field Values

BOOLEAN_ARRAY

static final int BOOLEAN_ARRAY
See Also:
Constant Field Values

SHORT_ARRAY

static final int SHORT_ARRAY
See Also:
Constant Field Values

CHAR_ARRAY

static final int CHAR_ARRAY
See Also:
Constant Field Values

LONG_ARRAY

static final int LONG_ARRAY
See Also:
Constant Field Values

FLOAT_ARRAY

static final int FLOAT_ARRAY
See Also:
Constant Field Values

DOUBLE_ARRAY

static final int DOUBLE_ARRAY
See Also:
Constant Field Values

ATTR_SOURCE

static final int ATTR_SOURCE
See Also:
Constant Field Values

ATTR_LINES

static final int ATTR_LINES
See Also:
Constant Field Values

ATTR_VARS

static final int ATTR_VARS
See Also:
Constant Field Values

ATTR_STACK_MAP_TABLE

static final int ATTR_STACK_MAP_TABLE
See Also:
Constant Field Values

ATTR_STACK_MAP

static final int ATTR_STACK_MAP
See Also:
Constant Field Values