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

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.services.compiler.LocalField

Uses of LocalField in org.apache.derby.iapi.services.compiler
 

Methods in org.apache.derby.iapi.services.compiler that return LocalField
 LocalField ClassBuilder.addField(java.lang.String type, java.lang.String name, int modifiers)
          add a field to this class.
 

Methods in org.apache.derby.iapi.services.compiler with parameters of type LocalField
 void MethodBuilder.getField(LocalField field)
          Push the contents of the local field onto the stack.
 void MethodBuilder.setField(LocalField field)
          Pop the top stack value and store it in the local field.
 void MethodBuilder.putField(LocalField field)
          Pop the top stack value and store it in the local field.