Eclipse JDT
2.1

org.eclipse.jdt.core.util
Interface IConstantPoolConstant


public interface IConstantPoolConstant

Description of constant pool constants as described in the JVM specifications. This interface is not intended to be implemented by clients.

Since:
2.0

Field Summary
static int CONSTANT_Class
           
static int CONSTANT_Class_SIZE
           
static int CONSTANT_Double
           
static int CONSTANT_Double_SIZE
           
static int CONSTANT_Fieldref
           
static int CONSTANT_Fieldref_SIZE
           
static int CONSTANT_Float
           
static int CONSTANT_Float_SIZE
           
static int CONSTANT_Integer
           
static int CONSTANT_Integer_SIZE
           
static int CONSTANT_InterfaceMethodref
           
static int CONSTANT_InterfaceMethodref_SIZE
           
static int CONSTANT_Long
           
static int CONSTANT_Long_SIZE
           
static int CONSTANT_Methodref
           
static int CONSTANT_Methodref_SIZE
           
static int CONSTANT_NameAndType
           
static int CONSTANT_NameAndType_SIZE
           
static int CONSTANT_String
           
static int CONSTANT_String_SIZE
           
static int CONSTANT_Utf8
           
static int CONSTANT_Utf8_SIZE
           
 

Field Detail

CONSTANT_Class

public static final int CONSTANT_Class

CONSTANT_Fieldref

public static final int CONSTANT_Fieldref

CONSTANT_Methodref

public static final int CONSTANT_Methodref

CONSTANT_InterfaceMethodref

public static final int CONSTANT_InterfaceMethodref

CONSTANT_String

public static final int CONSTANT_String

CONSTANT_Integer

public static final int CONSTANT_Integer

CONSTANT_Float

public static final int CONSTANT_Float

CONSTANT_Long

public static final int CONSTANT_Long

CONSTANT_Double

public static final int CONSTANT_Double

CONSTANT_NameAndType

public static final int CONSTANT_NameAndType

CONSTANT_Utf8

public static final int CONSTANT_Utf8

CONSTANT_Methodref_SIZE

public static final int CONSTANT_Methodref_SIZE

CONSTANT_Class_SIZE

public static final int CONSTANT_Class_SIZE

CONSTANT_Double_SIZE

public static final int CONSTANT_Double_SIZE

CONSTANT_Fieldref_SIZE

public static final int CONSTANT_Fieldref_SIZE

CONSTANT_Float_SIZE

public static final int CONSTANT_Float_SIZE

CONSTANT_Integer_SIZE

public static final int CONSTANT_Integer_SIZE

CONSTANT_InterfaceMethodref_SIZE

public static final int CONSTANT_InterfaceMethodref_SIZE

CONSTANT_Long_SIZE

public static final int CONSTANT_Long_SIZE

CONSTANT_String_SIZE

public static final int CONSTANT_String_SIZE

CONSTANT_Utf8_SIZE

public static final int CONSTANT_Utf8_SIZE

CONSTANT_NameAndType_SIZE

public static final int CONSTANT_NameAndType_SIZE

Eclipse JDT
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.