Uses of Class
serp.bytecode.WideInstruction
Packages that use WideInstruction
-
Uses of WideInstruction in serp.bytecode
Methods in serp.bytecode that return WideInstructionModifier and TypeMethodDescriptionWideInstruction.aload()Set the type of instruction this wide instruction modifies.WideInstruction.astore()Set the type of instruction this wide instruction modifies.WideInstruction.dload()Set the type of instruction this wide instruction modifies.WideInstruction.dstore()Set the type of instruction this wide instruction modifies.WideInstruction.fload()Set the type of instruction this wide instruction modifies.WideInstruction.fstore()Set the type of instruction this wide instruction modifies.WideInstruction.iinc()Set the type of instruction this wide instruction modifies.WideInstruction.iload()Set the type of instruction this wide instruction modifies.WideInstruction.istore()Set the type of instruction this wide instruction modifies.WideInstruction.lload()Set the type of instruction this wide instruction modifies.WideInstruction.lstore()Set the type of instruction this wide instruction modifies.WideInstruction.ret()Set the type of instruction this wide instruction modifies.WideInstruction.setIncrement(int val) Set the increment on this instruction if it augments IINC.WideInstruction.setInstruction(int opcode) Set the type of instruction this wide instruction modifies.WideInstruction.setInstruction(Instruction ins) Set the type of instruction this wide instruction modifies.Code.wide()Add thewideopcode. -
Uses of WideInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type WideInstructionModifier and TypeMethodDescriptionvoidBCVisitor.enterWideInstruction(WideInstruction obj) voidPrettyPrintVisitor.enterWideInstruction(WideInstruction obj) voidBCVisitor.exitWideInstruction(WideInstruction obj)