Uses of Class
serp.bytecode.NewArrayInstruction

Packages that use NewArrayInstruction
serp.bytecode Bytecode Manipuation 
serp.bytecode.visitor Bytecode Visitor 
 

Uses of NewArrayInstruction in serp.bytecode
 

Methods in serp.bytecode that return NewArrayInstruction
 NewArrayInstruction Code.newarray()
          Create a new array of a primitive type; the newarray opcode.
 NewArrayInstruction 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 NewArrayInstruction
 void PrettyPrintVisitor.enterNewArrayInstruction(NewArrayInstruction obj)
           
 void BCVisitor.enterNewArrayInstruction(NewArrayInstruction obj)
           
 void BCVisitor.exitNewArrayInstruction(NewArrayInstruction obj)
           
 



Copyright © 2002-2007. All Rights Reserved.