Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

org.eclipse.jdt.core.util
Interface IConstantPoolConstant


public interface IConstantPoolConstant

Description of constant pool constants as described in the JVM specifications.

Since:
2.0
Restriction:
This interface is not intended to be implemented by clients.

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

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

CONSTANT_Methodref_SIZE

static final int CONSTANT_Methodref_SIZE
See Also:
Constant Field Values

CONSTANT_Class_SIZE

static final int CONSTANT_Class_SIZE
See Also:
Constant Field Values

CONSTANT_Double_SIZE

static final int CONSTANT_Double_SIZE
See Also:
Constant Field Values

CONSTANT_Fieldref_SIZE

static final int CONSTANT_Fieldref_SIZE
See Also:
Constant Field Values

CONSTANT_Float_SIZE

static final int CONSTANT_Float_SIZE
See Also:
Constant Field Values

CONSTANT_Integer_SIZE

static final int CONSTANT_Integer_SIZE
See Also:
Constant Field Values

CONSTANT_InterfaceMethodref_SIZE

static final int CONSTANT_InterfaceMethodref_SIZE
See Also:
Constant Field Values

CONSTANT_Long_SIZE

static final int CONSTANT_Long_SIZE
See Also:
Constant Field Values

CONSTANT_String_SIZE

static final int CONSTANT_String_SIZE
See Also:
Constant Field Values

CONSTANT_Utf8_SIZE

static final int CONSTANT_Utf8_SIZE
See Also:
Constant Field Values

CONSTANT_NameAndType_SIZE

static final int CONSTANT_NameAndType_SIZE
See Also:
Constant Field Values

Eclipse JDT
Release 3.5

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire