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

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

Subclasses of FieldInstruction in com.techtrader.modules.tools.bytecode
 class GetFieldInstruction
          Represents the GETFIELD or GETSTATIC instruction.
 class PutFieldInstruction
          Represents the PUTFIELD or PUTSTATIC instruction.
 

Methods in com.techtrader.modules.tools.bytecode that return FieldInstruction
 FieldInstruction FieldInstruction.setField(BCField field)
          Set the field to operate on.
 FieldInstruction FieldInstruction.setField(java.lang.reflect.Field field)
          Set the field to operate on.
 FieldInstruction FieldInstruction.setField(java.lang.String name, java.lang.String type, java.lang.String ownerType)
          Set the field to operate on.
 FieldInstruction FieldInstruction.setField(java.lang.String name, java.lang.Class type, java.lang.String ownerType)
          Set the field to operate on.
 FieldInstruction FieldInstruction.setField(java.lang.String name, java.lang.Class type, java.lang.Class ownerType)
          Set the field to operate on.
 FieldInstruction FieldInstruction.setFieldName(java.lang.String name)
          Change the field name.