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; thenewarrayopcode.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 TypeMethodDescriptionvoidBCVisitor.enterNewArrayInstruction(NewArrayInstruction obj) voidPrettyPrintVisitor.enterNewArrayInstruction(NewArrayInstruction obj) voidBCVisitor.exitNewArrayInstruction(NewArrayInstruction obj)