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
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 |
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
ConstantPoolEntry
protected ConstantPoolEntry(ConstantPool constantPool)
getConstantPool
public ConstantPool getConstantPool()
Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.