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, toStringgetAttribute, getBytes, getOffset, getOpcode, length, setAttribute, setAttribute, setBytes, setOffset, stackConsumption, stackUsagepublic 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 January 12 2013.