public class ConstantPoolEntryClass extends AbstractConstantPoolEntry implements ConstantPoolEntryLiteral
ConstantPoolEntry.Type| Constructor and Description |
|---|
ConstantPoolEntryClass(ConstantPool cp,
ByteData data) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(Dumper d) |
String |
getFilePath() |
long |
getRawByteLength() |
StackType |
getStackType() |
String |
getTextPath() |
JavaTypeInstance |
getTypeInstance() |
JavaTypeInstance |
getTypeInstanceKnownInner(ConstantPoolEntryClass inner) |
JavaTypeInstance |
getTypeInstanceKnownOuter(ConstantPoolEntryClass outer) |
String |
toString() |
getCppublic ConstantPoolEntryClass(ConstantPool cp, ByteData data)
public long getRawByteLength()
getRawByteLength in interface ConstantPoolEntrypublic String getTextPath()
public String getFilePath()
public void dump(Dumper d)
dump in interface ConstantPoolEntrypublic JavaTypeInstance getTypeInstance()
public JavaTypeInstance getTypeInstanceKnownOuter(ConstantPoolEntryClass outer)
public JavaTypeInstance getTypeInstanceKnownInner(ConstantPoolEntryClass inner)
public StackType getStackType()
getStackType in interface ConstantPoolEntryLiteralCopyright © 2011-2021. All Rights Reserved.