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.ArrayInstruction

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

Subclasses of ArrayInstruction in com.techtrader.modules.tools.bytecode
 class ArrayLoadInstruction
          Represents any array load instruction.
 class ArrayStoreInstruction
          Represents any array store instruction.
 

Methods in com.techtrader.modules.tools.bytecode that return ArrayInstruction
 ArrayInstruction ArrayInstruction.setType(java.lang.Class type)
          Set the type of array to load; Object types other than Object.class will be demoted to Object.class, and primitives that have no direct support (boolean) will be converted to int.class.
 ArrayInstruction ArrayInstruction.setTypeName(java.lang.String name)
          Set the type to load by name.