Uses of Class
serp.bytecode.StoreInstruction
Packages that use StoreInstruction
-
Uses of StoreInstruction in serp.bytecode
Methods in serp.bytecode that return StoreInstructionModifier and TypeMethodDescriptionCode.astore()
Store an object value from the stack into a local variable.Code.dstore()
Store a double value from the stack into a local variable.Code.fstore()
Store a float value from the stack into a local variable.Code.istore()
Store an int value from the stack into a local variable.Code.lstore()
Store a long value from the stack into a local variable.Code.xstore()
Store a value from the stack into a local variable. -
Uses of StoreInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type StoreInstructionModifier and TypeMethodDescriptionvoid
BCVisitor.enterStoreInstruction
(StoreInstruction obj) void
PrettyPrintVisitor.enterStoreInstruction
(StoreInstruction obj) void
BCVisitor.exitStoreInstruction
(StoreInstruction obj)