joeq.Compiler.BytecodeAnalysis
Class Bytecodes.FieldOrMethod
java.lang.Object
joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.CPInstruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.FieldOrMethod
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, Bytecodes.LoadClass, Bytecodes.TypedInstruction
- Direct Known Subclasses:
- Bytecodes.FieldInstruction, Bytecodes.InvokeInstruction
- Enclosing interface:
- Bytecodes
public abstract static class Bytecodes.FieldOrMethod
- extends Bytecodes.CPInstruction
- implements Bytecodes.LoadClass
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getSignature
public java.lang.String getSignature()
- Returns:
- signature of referenced method/field.
getName
public java.lang.String getName()
- Returns:
- name of referenced method/field.
getClassName
public java.lang.String getClassName()
- Returns:
- name of the referenced class/interface
getClassType
public jq_Class getClassType()
- Returns:
- type of the referenced class/interface
getLoadClassType
public jq_Class getLoadClassType()
- Description copied from interface:
Bytecodes.LoadClass
- Returns the jq_Class of the referenced class or interface
that may be loaded and resolved.
- Specified by:
getLoadClassType in interface Bytecodes.LoadClass
- Returns:
- type of the referenced class/interface