Class ConstantPool
java.lang.Object
org.benf.cfr.reader.entities.constantpool.ConstantPool
-
Constructor Summary
ConstructorsConstructorDescriptionConstantPool(ClassFile classFile, DCCommonState dcCommonState, ByteData raw, int count) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetClassEntry(int index) getEntry(int index) getMethodHandleEntry(int index) getModuleEntry(int index) getNameAndTypeEntry(int index) getPackageEntry(int index) longgetUTF8Entry(int index) inthashCode()booleanbooleanisLoaded()toString()
-
Constructor Details
-
ConstantPool
-
-
Method Details
-
getDCCommonState
-
isLoaded
public boolean isLoaded() -
isDynamicConstants
public boolean isDynamicConstants() -
getRawByteLength
public long getRawByteLength() -
getEntry
-
getUTF8Entry
-
getNameAndTypeEntry
-
getMethodHandleEntry
-
getClassEntry
-
getModuleEntry
-
getPackageEntry
-
getClassCache
-
equals
-
toString
-
hashCode
-