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