|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjoeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.CPInstruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.FieldOrMethod
joeq.Compiler.BytecodeAnalysis.Bytecodes.FieldInstruction
public abstract static class Bytecodes.FieldInstruction
| Method Summary | |
|---|---|
jq_Field |
getField()
|
java.lang.String |
getFieldName()
|
jq_Type |
getFieldType()
|
jq_Type |
getType()
Returns the type associated with this instruction. |
java.lang.String |
toString()
|
| Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.FieldOrMethod |
|---|
getClassName, getClassType, getLoadClassType, getName, getSignature |
| Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.CPInstruction |
|---|
dump, getIndex, getObject, setIndex, setObject, toString |
| Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction |
|---|
accept, consumeStack, copy, getLength, getOpcode, produceStack, readInstruction |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String toString()
toString in class Bytecodes.CPInstructionpublic jq_Field getField()
public jq_Type getType()
Bytecodes.LoadClass
getType in interface Bytecodes.LoadClassgetType in interface Bytecodes.TypedInstructiongetType in class Bytecodes.CPInstructionBytecodes.LoadClass.getLoadClassType()public jq_Type getFieldType()
public java.lang.String getFieldName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||