public class ReferencingInstruction extends CPInstruction
cp
Constructor and Description |
---|
ReferencingInstruction(byte[] bytes,
ConstantPool cp) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Get a name of the referenced class's type.
|
java.lang.String |
getDescriptor()
Get a signature of the reference (e.g.
|
java.lang.String |
getInternalName()
Get an internal name of referenced type
|
java.lang.String |
getName()
Get a name of the reference (e.g.
|
java.lang.String |
getReferencedTypeName()
Gets name of the referenced type.
|
getConstantPool, getEntry, getIndex, replaceConstantPool, toString
getAttribute, getBytes, getOffset, getOpcode, length, setAttribute, setAttribute, setBytes, setOffset, stackConsumption, stackUsage
public ReferencingInstruction(byte[] bytes, ConstantPool cp)
public java.lang.String getClassName()
public java.lang.String getDescriptor()
public java.lang.String getInternalName()
public java.lang.String getName()
public java.lang.String getReferencedTypeName()
Copyright © 2001. Documenation generated February 9 2016.