Uses of Class
serp.bytecode.StoreInstruction
-
Packages that use StoreInstruction Package Description serp.bytecode Bytecode Manipuationserp.bytecode.visitor Bytecode Visitor -
-
Uses of StoreInstruction in serp.bytecode
Methods in serp.bytecode that return StoreInstruction Modifier and Type Method Description StoreInstructionCode. astore()Store an object value from the stack into a local variable.StoreInstructionCode. dstore()Store a double value from the stack into a local variable.StoreInstructionCode. fstore()Store a float value from the stack into a local variable.StoreInstructionCode. istore()Store an int value from the stack into a local variable.StoreInstructionCode. lstore()Store a long value from the stack into a local variable.StoreInstructionCode. 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 StoreInstruction Modifier and Type Method Description voidBCVisitor. enterStoreInstruction(StoreInstruction obj)voidPrettyPrintVisitor. enterStoreInstruction(StoreInstruction obj)voidBCVisitor. exitStoreInstruction(StoreInstruction obj)
-