|
||||||||||
| 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.INSTANCEOF
public static class Bytecodes.INSTANCEOF
| Constructor Summary | |
|---|---|
Bytecodes.INSTANCEOF(jq_Type f)
|
|
| Method Summary | |
|---|---|
void |
accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
java.util.Set |
getExceptions()
|
jq_Class |
getLoadClassType()
Returns the jq_Class of the referenced class or interface that may be loaded and resolved. |
| Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.CPInstruction |
|---|
dump, getIndex, getObject, getType, setIndex, setObject, toString, toString |
| Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction |
|---|
consumeStack, copy, getLength, getOpcode, produceStack, readInstruction |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.LoadClass |
|---|
getType |
| Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.StackProducer |
|---|
produceStack |
| Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.StackConsumer |
|---|
consumeStack |
| Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.TypedInstruction |
|---|
getType |
| Constructor Detail |
|---|
public Bytecodes.INSTANCEOF(jq_Type f)
| Method Detail |
|---|
public java.util.Set getExceptions()
getExceptions in interface Bytecodes.ExceptionThrowerpublic jq_Class getLoadClassType()
Bytecodes.LoadClass
getLoadClassType in interface Bytecodes.LoadClasspublic void accept(Bytecodes.Visitor v)
accept in class Bytecodes.Instructionv - Visitor object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||