Uses of Class
serp.bytecode.ArrayStoreInstruction
Packages that use ArrayStoreInstruction
-
Uses of ArrayStoreInstruction in serp.bytecode
Methods in serp.bytecode that return ArrayStoreInstructionModifier and TypeMethodDescriptionCode.aastore()Store an object value from the stack into an array; theaastoreopcode.Code.bastore()Store a byte value from the stack into an array; thebastoreopcode.Code.castore()Store a char value from the stack into an array; thecastoreopcode.Code.dastore()Store a double value from the stack into an array; thedastoreopcode.Code.fastore()Store a float value from the stack into an array; thefastoreopcode.Code.iastore()Store an int value from the stack into an array; theiastoreopcode.Code.lastore()Store a long value from the stack into an array; thelastoreopcode.Code.sastore()Store a short value from the stack into an array; thesastoreopcode.Code.xastore()Store a value from the stack into an array. -
Uses of ArrayStoreInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type ArrayStoreInstructionModifier and TypeMethodDescriptionvoidBCVisitor.enterArrayStoreInstruction(ArrayStoreInstruction obj) voidBCVisitor.exitArrayStoreInstruction(ArrayStoreInstruction obj)