FileDocCategorySizeDatePackage
ConstantPoolInfo.javaAPI DocJ2ME CLDC 1.11893Wed Feb 05 15:56:04 GMT 2003kdp.classparser.constantpoolclasses

ConstantPoolInfo

public abstract class ConstantPoolInfo extends Object
Base class for representing an item in the constant pool of a Java class file.
author
Aaron Dietrich
version
$Id: ConstantPoolInfo.java,v 1.1.1.1 2000/07/07 13:34:24 jrv Exp $ Revision History $Log: ConstantPoolInfo.java,v $ Revision 1.1.1.1 2000/07/07 13:34:24 jrv Initial import of kdp code Revision 1.1.1.1 2000/05/31 19:14:48 ritsun Initial import of kvmdt to CVS Revision 1.1 2000/04/25 00:34:06 ritsun Initial revision

Fields Summary
public static final byte
CONSTANT_Class
All the possible types of constant pool entries as specified by the JVM Specification.
public static final byte
CONSTANT_Fieldref
public static final byte
CONSTANT_Methodref
public static final byte
CONSTANT_InterfaceMethodref
public static final byte
CONSTANT_String
public static final byte
CONSTANT_Integer
public static final byte
CONSTANT_Float
public static final byte
CONSTANT_Long
public static final byte
CONSTANT_Double
public static final byte
CONSTANT_NameAndType
public static final byte
CONSTANT_Utf8
protected byte
tag
Stores the type of constant pool entry this is
Constructors Summary
Methods Summary
public bytegetTag()


      
       return tag;
   
public abstract java.lang.StringtoString()
All subclasses must implement the toString class to display their individual attributes