|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) B32476-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.toplink.libraries.asm.tree.AbstractInsnNode
oracle.toplink.libraries.asm.tree.IincInsnNode
public class IincInsnNode
A node that represents an IINC instruction.
| Field Summary | |
|---|---|
int |
incrAmount to increment the local variable by. |
int |
varIndex of the local variable to be incremented. |
| Constructor Summary | |
|---|---|
IincInsnNode(int var, int incr)Constructs a new IincInsnNode node. |
|
| Method Summary | |
|---|---|
void |
accept(CodeVisitor cv)Makes the given code visitor visit this instruction. |
| Methods inherited from class oracle.toplink.libraries.asm.tree.AbstractInsnNode |
|---|
getOpcode |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int var
IincInsnNodepublic int incr
IincInsnNode| Constructor Detail |
|---|
public IincInsnNode(int var,
int incr)
IincInsnNode node.
var - index of the local variable to be incremented.incr - increment amount to increment the local variable by.| Method Detail |
|---|
public void accept(CodeVisitor cv)
accept in class AbstractInsnNodecv - a code visitor.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||