Uses of Class
serp.bytecode.ArrayLoadInstruction
Packages that use ArrayLoadInstruction
-
Uses of ArrayLoadInstruction in serp.bytecode
Methods in serp.bytecode that return ArrayLoadInstructionModifier and TypeMethodDescriptionCode.aaload()
Load an object array value onto the stack; theaaload
opcode.Code.baload()
Load a byte array value onto the stack; thebaload
opcode.Code.caload()
Load a char array value onto the stack; thecaload
opcode.Code.daload()
Load a double array value onto the stack; thedaload
opcode.Code.faload()
Load a float array value onto the stack; thefaload
opcode.Code.iaload()
Load an int array value onto the stack; theiaload
opcode.Code.laload()
Load a long array value onto the stack; thelaload
opcode.Code.saload()
Load a short array value onto the stack; thesaload
opcode.Code.xaload()
Load an array value onto the stack. -
Uses of ArrayLoadInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type ArrayLoadInstructionModifier and TypeMethodDescriptionvoid
BCVisitor.enterArrayLoadInstruction
(ArrayLoadInstruction obj) void
BCVisitor.exitArrayLoadInstruction
(ArrayLoadInstruction obj)