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() |
getCp
public ConstantPoolEntryClass(ConstantPool cp, ByteData data)
public long getRawByteLength()
getRawByteLength
in interface ConstantPoolEntry
public String getTextPath()
public String getFilePath()
public void dump(Dumper d)
dump
in interface ConstantPoolEntry
public JavaTypeInstance getTypeInstance()
public JavaTypeInstance getTypeInstanceKnownOuter(ConstantPoolEntryClass outer)
public JavaTypeInstance getTypeInstanceKnownInner(ConstantPoolEntryClass inner)
public StackType getStackType()
getStackType
in interface ConstantPoolEntryLiteral
Copyright © 2011-2021. All Rights Reserved.