public class ConstantPool extends Object
Constructor and Description |
---|
ConstantPool(ClassFile classFile,
DCCommonState dcCommonState,
ByteData raw,
int count) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClassCache |
getClassCache() |
ConstantPoolEntryClass |
getClassEntry(int index) |
DCCommonState |
getDCCommonState() |
ConstantPoolEntry |
getEntry(int index) |
ConstantPoolEntryMethodHandle |
getMethodHandleEntry(int index) |
ConstantPoolEntryModuleInfo |
getModuleEntry(int index) |
ConstantPoolEntryNameAndType |
getNameAndTypeEntry(int index) |
ConstantPoolEntryPackageInfo |
getPackageEntry(int index) |
long |
getRawByteLength() |
ConstantPoolEntryUTF8 |
getUTF8Entry(int index) |
int |
hashCode() |
boolean |
isDynamicConstants() |
boolean |
isLoaded() |
String |
toString() |
public ConstantPool(ClassFile classFile, DCCommonState dcCommonState, ByteData raw, int count)
public DCCommonState getDCCommonState()
public boolean isLoaded()
public boolean isDynamicConstants()
public long getRawByteLength()
public ConstantPoolEntry getEntry(int index)
public ConstantPoolEntryUTF8 getUTF8Entry(int index)
public ConstantPoolEntryNameAndType getNameAndTypeEntry(int index)
public ConstantPoolEntryMethodHandle getMethodHandleEntry(int index)
public ConstantPoolEntryClass getClassEntry(int index)
public ConstantPoolEntryModuleInfo getModuleEntry(int index)
public ConstantPoolEntryPackageInfo getPackageEntry(int index)
public ClassCache getClassCache()
Copyright © 2011-2021. All Rights Reserved.