|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectalt.jiapi.reflect.Instruction
alt.jiapi.reflect.instruction.CPInstruction
alt.jiapi.reflect.instruction.ReferencingInstruction
public class ReferencingInstruction
This class represents an Instruction, that uses Object references.
Field Summary |
---|
Fields inherited from class alt.jiapi.reflect.instruction.CPInstruction |
---|
cp |
Constructor Summary | |
---|---|
ReferencingInstruction(byte[] bytes,
ConstantPool cp)
|
Method Summary | |
---|---|
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. |
Methods inherited from class alt.jiapi.reflect.instruction.CPInstruction |
---|
getConstantPool, getEntry, getIndex, replaceConstantPool, toString |
Methods inherited from class alt.jiapi.reflect.Instruction |
---|
getAttribute, getBytes, getOffset, getOpcode, length, setAttribute, setAttribute, setBytes, setOffset, stackConsumption, stackUsage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReferencingInstruction(byte[] bytes, ConstantPool cp)
Method Detail |
---|
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()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |