|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jdo.api.persistence.enhancer.classfile.Insn
com.sun.jdo.api.persistence.enhancer.classfile.InsnConstOp
com.sun.jdo.api.persistence.enhancer.classfile.InsnInterfaceInvoke
public class InsnInterfaceInvoke
Special instruction form for the opc_invokeinterface instruction
| Field Summary |
|---|
| Fields inherited from class com.sun.jdo.api.persistence.enhancer.classfile.Insn |
|---|
opc_target |
| Constructor Summary | |
|---|---|
InsnInterfaceInvoke(ConstInterfaceMethodRef methodRefOp,
int nArgsOp)
constructor for opc_invokeinterface |
|
| Method Summary | |
|---|---|
String |
argTypes()
What are the types of the stack operands ? |
boolean |
branches()
Does this instruction branch? |
ConstInterfaceMethodRef |
method()
Return the interface to be invoked |
int |
nArgs()
Return the number of arguments to the interface |
int |
nStackArgs()
How many words of stack operands does this instruction take? |
int |
nStackResults()
How many words of stack results does this instruction deposit? |
String |
resultTypes()
What are the types of the stack results? |
| Methods inherited from class com.sun.jdo.api.persistence.enhancer.classfile.InsnConstOp |
|---|
setValue, value |
| Methods inherited from class com.sun.jdo.api.persistence.enhancer.classfile.Insn |
|---|
append, create, create, create, create, insert, loadStoreDataType, markTargets, next, offset, opcode, opName, prev, printInsn, printList, remove, setNext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InsnInterfaceInvoke(ConstInterfaceMethodRef methodRefOp,
int nArgsOp)
| Method Detail |
|---|
public int nStackArgs()
Insn
nStackArgs in class InsnConstOppublic int nStackResults()
Insn
nStackResults in class InsnConstOppublic String argTypes()
argTypes in class InsnConstOppublic String resultTypes()
resultTypes in class InsnConstOppublic boolean branches()
Insn
branches in class InsnConstOppublic ConstInterfaceMethodRef method()
public int nArgs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||