Uses of Class
serp.bytecode.NewArrayInstruction
-
Packages that use NewArrayInstruction Package Description serp.bytecode Bytecode Manipuationserp.bytecode.visitor Bytecode Visitor -
-
Uses of NewArrayInstruction in serp.bytecode
Methods in serp.bytecode that return NewArrayInstruction Modifier and Type Method Description NewArrayInstructionCode. newarray()Create a new array of a primitive type; thenewarrayopcode.NewArrayInstructionNewArrayInstruction. 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 NewArrayInstruction Modifier and Type Method Description voidBCVisitor. enterNewArrayInstruction(NewArrayInstruction obj)voidPrettyPrintVisitor. enterNewArrayInstruction(NewArrayInstruction obj)voidBCVisitor. exitNewArrayInstruction(NewArrayInstruction obj)
-