Uses of Class
serp.bytecode.PutFieldInstruction
-
Packages that use PutFieldInstruction Package Description serp.bytecode Bytecode Manipuationserp.bytecode.visitor Bytecode Visitor -
-
Uses of PutFieldInstruction in serp.bytecode
Methods in serp.bytecode that return PutFieldInstruction Modifier and Type Method Description PutFieldInstructionCode. putfield()Place the value of a field onto the stack; theputfieldopcode.PutFieldInstructionCode. putstatic()Place the value of a static field onto the stack; theputstaticopcode. -
Uses of PutFieldInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type PutFieldInstruction Modifier and Type Method Description voidBCVisitor. enterPutFieldInstruction(PutFieldInstruction obj)voidPrettyPrintVisitor. enterPutFieldInstruction(PutFieldInstruction obj)voidBCVisitor. exitPutFieldInstruction(PutFieldInstruction obj)
-