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