com.jeantessier.classreader
Class Class_info
java.lang.Object
|
+--com.jeantessier.classreader.ConstantPoolEntry
|
+--com.jeantessier.classreader.Class_info
- All Implemented Interfaces:
- Visitable
- public class Class_info
- extends ConstantPoolEntry
Fields inherited from class com.jeantessier.classreader.ConstantPoolEntry |
CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_Long, CONSTANT_Methodref, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Class_info
public Class_info(ConstantPool constantPool,
java.io.DataInputStream in)
throws java.io.IOException
getNameIndex
public int getNameIndex()
getRawName
public UTF8_info getRawName()
getName
public java.lang.String getName()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
accept
public void accept(Visitor visitor)
Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.