|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jdo.impl.enhancer.classfile.Insn
org.apache.jdo.impl.enhancer.classfile.InsnTargetOp
public class InsnTargetOp
An instruction which requires a single branch offset as an immediate operand .
| Field Summary |
|---|
| Fields inherited from class org.apache.jdo.impl.enhancer.classfile.Insn |
|---|
opc_target |
| Method Summary | |
|---|---|
java.lang.String |
argTypes()
What are the types of the stack operands ? |
boolean |
branches()
Does this instruction branch? |
boolean |
isEqual(java.util.Stack msg,
java.lang.Object obj)
Compares this instance with another for structural equality. |
void |
markTargets()
Mark possible branch targets |
int |
nStackArgs()
How many words of stack operands does this instruction take? |
int |
nStackResults()
How many words of stack results does this instruction deposit? |
java.lang.String |
resultTypes()
What are the types of the stack results? |
InsnTarget |
target()
Return the branch target which is the immediate operand |
| Methods inherited from class org.apache.jdo.impl.enhancer.classfile.Insn |
|---|
append, create, create, create, create, insert, loadStoreDataType, next, offset, opcode, opName, prev, printInsn, printList, remove, setNext, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int nStackArgs()
Insn
nStackArgs in class Insnpublic int nStackResults()
Insn
nStackResults in class Insnpublic java.lang.String argTypes()
Insn
argTypes in class Insnpublic java.lang.String resultTypes()
Insn
resultTypes in class Insnpublic boolean branches()
Insn
branches in class Insnpublic void markTargets()
markTargets in class Insnpublic InsnTarget target()
public boolean isEqual(java.util.Stack msg,
java.lang.Object obj)
isEqual in class Insn
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||