Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.techtrader.modules.tools.bytecode.NewArrayInstruction

Uses of NewArrayInstruction in com.techtrader.modules.tools.bytecode
 

Methods in com.techtrader.modules.tools.bytecode that return NewArrayInstruction
 NewArrayInstruction NewArrayInstruction.setArrayType(java.lang.Class type)
          Set the type of array to create.
 NewArrayInstruction NewArrayInstruction.setArrayTypeName(java.lang.String type)
          Set the type of array to create.
 NewArrayInstruction Code.newarray()