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 theiincopcode.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 TypeMethodDescriptionvoidBCVisitor.enterIIncInstruction(IIncInstruction obj) voidPrettyPrintVisitor.enterIIncInstruction(IIncInstruction obj) voidBCVisitor.exitIIncInstruction(IIncInstruction obj)