Uses of Class
serp.bytecode.IIncInstruction
Packages that use IIncInstruction
-
Uses of IIncInstruction in serp.bytecode
Methods in serp.bytecode that return IIncInstructionModifier and TypeMethodDescriptionCode.iinc()
Add theiinc
opcode.IIncInstruction.setIncrement
(int val) Set the increment on this IINC instruction. -
Uses of IIncInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type IIncInstructionModifier and TypeMethodDescriptionvoid
BCVisitor.enterIIncInstruction
(IIncInstruction obj) void
PrettyPrintVisitor.enterIIncInstruction
(IIncInstruction obj) void
BCVisitor.exitIIncInstruction
(IIncInstruction obj)