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()
Thedup
opcode.Code.dup2()
Thedup2
opcode.Code.dup2x1()
Thedup2x1
opcode.Code.dup2x2()
Thedup2x2
opcode.Code.dupx1()
Thedupx1
opcode.Code.dupx2()
Thedupx2
opcode.Code.pop()
Thepop
opcode.Code.pop2()
Thepop2
opcode.StackInstruction.setWide
(boolean wide) Set whether to use the wide form of the current opcode for operations on longs or doubles.Code.swap()
Theswap
opcode. -
Uses of StackInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type StackInstructionModifier and TypeMethodDescriptionvoid
BCVisitor.enterStackInstruction
(StackInstruction obj) void
BCVisitor.exitStackInstruction
(StackInstruction obj)