jrre.classloader.classfile.pool_entries
Class CPInfo

java.lang.Object
  |
  +--jrre.classloader.classfile.pool_entries.CPInfo
Direct Known Subclasses:
CPClass, CPDouble, CPFieldRef, CPFloat, CPInteger, CPInterfaceMethodRef, CPLong, CPMethodRef, CPNameType, CPString, CPUTF8

public abstract class CPInfo
extends java.lang.Object


Field Summary
static int C_Class
           
static int C_Double
           
static int C_FieldRef
           
static int C_Float
           
static int C_Integer
           
static int C_InterfaceMethodRef
           
static int C_Long
           
static int C_MethodRef
           
static int C_NameType
           
static int C_String
           
static int C_UTF8
           
protected  byte tag
           
 
Constructor Summary
CPInfo()
           
 
Method Summary
 byte getTag()
           
 void setTag(byte tag)
           
abstract  java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

C_UTF8

public static final int C_UTF8
See Also:
Constant Field Values

C_Integer

public static final int C_Integer
See Also:
Constant Field Values

C_Float

public static final int C_Float
See Also:
Constant Field Values

C_Long

public static final int C_Long
See Also:
Constant Field Values

C_Double

public static final int C_Double
See Also:
Constant Field Values

C_Class

public static final int C_Class
See Also:
Constant Field Values

C_String

public static final int C_String
See Also:
Constant Field Values

C_FieldRef

public static final int C_FieldRef
See Also:
Constant Field Values

C_MethodRef

public static final int C_MethodRef
See Also:
Constant Field Values

C_InterfaceMethodRef

public static final int C_InterfaceMethodRef
See Also:
Constant Field Values

C_NameType

public static final int C_NameType
See Also:
Constant Field Values

tag

protected byte tag
Constructor Detail

CPInfo

public CPInfo()
Method Detail

getTag

public byte getTag()

setTag

public void setTag(byte tag)

toString

public abstract java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2002 Appalachian State University. All Rights Reserved.