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

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

Subclasses of ClassInstruction in com.techtrader.modules.tools.bytecode
 class MultiANewArrayInstruction
          Represents the MULTIANEWARRAY opcode instruction, which creates a new multi-dimensional array.
 

Methods in com.techtrader.modules.tools.bytecode that return ClassInstruction
 ClassInstruction Code.newins()
           
 ClassInstruction Code.anewarray()
           
 ClassInstruction Code.checkcast()
           
 ClassInstruction Code.instanceofins()
           
 ClassInstruction ClassInstruction.setClassName(java.lang.String type)
          Set the name of the class to operate on.