Uses of Class
serp.bytecode.LoadInstruction
-
Packages that use LoadInstruction Package Description serp.bytecode Bytecode Manipuationserp.bytecode.visitor Bytecode Visitor -
-
Uses of LoadInstruction in serp.bytecode
Methods in serp.bytecode that return LoadInstruction Modifier and Type Method Description LoadInstructionCode. aload()Load an object local variable onto the stack.LoadInstructionCode. dload()Load a double local variable onto the stack.LoadInstructionCode. fload()Load a float local variable onto the stack.LoadInstructionCode. iload()Load an int local variable onto the stack.LoadInstructionCode. lload()Load a long local variable onto the stack.LoadInstructionLoadInstruction. setThis()Equivalent tosetLocal (0).setType (Object.class); thethisptr is always passed in local variable 0.LoadInstructionCode. xload()Load a local variable onto the stack. -
Uses of LoadInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type LoadInstruction Modifier and Type Method Description voidBCVisitor. enterLoadInstruction(LoadInstruction obj)voidPrettyPrintVisitor. enterLoadInstruction(LoadInstruction obj)voidBCVisitor. exitLoadInstruction(LoadInstruction obj)
-