Uses of Class
serp.bytecode.NewArrayInstruction
Packages that use NewArrayInstruction
-
Uses of NewArrayInstruction in serp.bytecode
Methods in serp.bytecode that return NewArrayInstructionModifier and TypeMethodDescriptionCode.newarray()
Create a new array of a primitive type; thenewarray
opcode.NewArrayInstruction.setTypeCode
(int code) Set the array code used in the lowlevel bytecode. -
Uses of NewArrayInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type NewArrayInstructionModifier and TypeMethodDescriptionvoid
BCVisitor.enterNewArrayInstruction
(NewArrayInstruction obj) void
PrettyPrintVisitor.enterNewArrayInstruction
(NewArrayInstruction obj) void
BCVisitor.exitNewArrayInstruction
(NewArrayInstruction obj)