public class ReferencingInstruction extends CPInstruction
cp| Constructor and Description |
|---|
ReferencingInstruction(byte[] bytes,
ConstantPool cp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Get a name of the referenced class's type.
|
String |
getDescriptor()
Get a signature of the reference (e.g. method's signature or field's
signature).
|
String |
getInternalName()
Get an internal name of referenced type
|
String |
getName()
Get a name of the reference (e.g. method name or field name).
|
String |
getReferencedTypeName()
Gets name of the referenced type.
|
getConstantPool, getEntry, getIndex, replaceConstantPool, toStringgetAttribute, getBranchParent, getBytes, getOffset, getOpcode, isBranchTarget, length, setAttribute, setAttribute, setBytes, setOffset, stackConsumption, stackUsagepublic ReferencingInstruction(byte[] bytes,
ConstantPool cp)
public String getReferencedTypeName()
public String getClassName()
public String getInternalName()
public String getName()
public String getDescriptor()
Copyright © 2017. All rights reserved.