Uses of Class
serp.bytecode.StackInstruction
Packages that use StackInstruction
-
Uses of StackInstruction in serp.bytecode
Methods in serp.bytecode that return StackInstructionModifier and TypeMethodDescriptionCode.dup()Thedupopcode.Code.dup2()Thedup2opcode.Code.dup2x1()Thedup2x1opcode.Code.dup2x2()Thedup2x2opcode.Code.dupx1()Thedupx1opcode.Code.dupx2()Thedupx2opcode.Code.pop()Thepopopcode.Code.pop2()Thepop2opcode.StackInstruction.setWide(boolean wide) Set whether to use the wide form of the current opcode for operations on longs or doubles.Code.swap()Theswapopcode. -
Uses of StackInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type StackInstructionModifier and TypeMethodDescriptionvoidBCVisitor.enterStackInstruction(StackInstruction obj) voidBCVisitor.exitStackInstruction(StackInstruction obj)