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; theaaloadopcode.Code.baload()Load a byte array value onto the stack; thebaloadopcode.Code.caload()Load a char array value onto the stack; thecaloadopcode.Code.daload()Load a double array value onto the stack; thedaloadopcode.Code.faload()Load a float array value onto the stack; thefaloadopcode.Code.iaload()Load an int array value onto the stack; theialoadopcode.Code.laload()Load a long array value onto the stack; thelaloadopcode.Code.saload()Load a short array value onto the stack; thesaloadopcode.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 TypeMethodDescriptionvoidBCVisitor.enterArrayLoadInstruction(ArrayLoadInstruction obj) voidBCVisitor.exitArrayLoadInstruction(ArrayLoadInstruction obj)