com.jeantessier.classreader
Class ConstantPoolEntry

java.lang.Object
  |
  +--com.jeantessier.classreader.ConstantPoolEntry
All Implemented Interfaces:
Visitable
Direct Known Subclasses:
Class_info, Double_info, FeatureRef_info, Float_info, Integer_info, Long_info, NameAndType_info, String_info, UTF8_info

public abstract class ConstantPoolEntry
extends java.lang.Object
implements Visitable


Field Summary
static byte CONSTANT_Class
           
static byte CONSTANT_Double
           
static byte CONSTANT_Fieldref
           
static byte CONSTANT_Float
           
static byte CONSTANT_Integer
           
static byte CONSTANT_InterfaceMethodref
           
static byte CONSTANT_Long
           
static byte CONSTANT_Methodref
           
static byte CONSTANT_NameAndType
           
static byte CONSTANT_String
           
static byte CONSTANT_Utf8
           
 
Constructor Summary
protected ConstantPoolEntry(ConstantPool constant_pool)
           
 
Method Summary
 ConstantPool ConstantPool()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jeantessier.classreader.Visitable
Accept
 

Field Detail

CONSTANT_Class

public static final byte CONSTANT_Class

CONSTANT_Fieldref

public static final byte CONSTANT_Fieldref

CONSTANT_Methodref

public static final byte CONSTANT_Methodref

CONSTANT_InterfaceMethodref

public static final byte CONSTANT_InterfaceMethodref

CONSTANT_String

public static final byte CONSTANT_String

CONSTANT_Integer

public static final byte CONSTANT_Integer

CONSTANT_Float

public static final byte CONSTANT_Float

CONSTANT_Long

public static final byte CONSTANT_Long

CONSTANT_Double

public static final byte CONSTANT_Double

CONSTANT_NameAndType

public static final byte CONSTANT_NameAndType

CONSTANT_Utf8

public static final byte CONSTANT_Utf8
Constructor Detail

ConstantPoolEntry

protected ConstantPoolEntry(ConstantPool constant_pool)
Method Detail

ConstantPool

public ConstantPool ConstantPool()