|
||||||||||
| 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.InvokeInstruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.INVOKEVIRTUAL
public static class Bytecodes.INVOKEVIRTUAL
| Constructor Summary | |
|---|---|
Bytecodes.INVOKEVIRTUAL(jq_Method f)
|
|
| Method Summary | |
|---|---|
void |
accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
java.util.Set |
getExceptions()
|
| Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.InvokeInstruction |
|---|
consumeStack, getArgumentTypes, getMethod, getMethodName, getReturnType, getType, produceStack, 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 |
|---|
copy, getLength, getOpcode, readInstruction |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.TypedInstruction |
|---|
getType |
| Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.StackConsumer |
|---|
consumeStack |
| Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.StackProducer |
|---|
produceStack |
| Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.LoadClass |
|---|
getLoadClassType, getType |
| Constructor Detail |
|---|
public Bytecodes.INVOKEVIRTUAL(jq_Method f)
| Method Detail |
|---|
public java.util.Set getExceptions()
getExceptions in interface Bytecodes.ExceptionThrowerpublic 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 | |||||||||