|
org.netbeans.modules.classfile/1 1.35 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.classfile.ConstantPool
public final class ConstantPool
Class representing a Java class file constant pool.
| Method Summary | ||
|---|---|---|
CPEntry |
get(int index)
Get the CPEntry at a specific constant pool index. |
|
Set<ClassName> |
getAllClassNames()
|
|
|
getAllConstants(Class<T> classType)
|
|
CPClassInfo |
getClass(int index)
Get the CPClassInfo at a specific index. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final CPEntry get(int index)
index - the constant pool index for the entrypublic final CPClassInfo getClass(int index)
index - the constant pool index for the entrypublic final <T extends CPEntry> Collection<? extends T> getAllConstants(Class<T> classType)
public final Set<ClassName> getAllClassNames()
|
org.netbeans.modules.classfile/1 1.35 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||