Uses of Class
serp.bytecode.GetFieldInstruction
-
Packages that use GetFieldInstruction Package Description serp.bytecode Bytecode Manipuationserp.bytecode.visitor Bytecode Visitor -
-
Uses of GetFieldInstruction in serp.bytecode
Methods in serp.bytecode that return GetFieldInstruction Modifier and Type Method Description GetFieldInstructionCode. getfield()Load the value from a field onto the stack; thegetfieldopcode.GetFieldInstructionCode. getstatic()Load the value from a static field onto the stack; thegetstaticopcode. -
Uses of GetFieldInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type GetFieldInstruction Modifier and Type Method Description voidBCVisitor. enterGetFieldInstruction(GetFieldInstruction obj)voidPrettyPrintVisitor. enterGetFieldInstruction(GetFieldInstruction obj)voidBCVisitor. exitGetFieldInstruction(GetFieldInstruction obj)
-