Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotField

Packages that use JotField
oracle.jdeveloper.audit.java Helper and transform classes for auditing Java documents and working with the Java object model. 
oracle.jdeveloper.jot Provides classes and interfaces for JOT (the Java Object Toolkit). 
 

Uses of JotField in oracle.jdeveloper.audit.java
 

Methods in oracle.jdeveloper.audit.java with parameters of type JotField
 java.util.Set JavaHelper.getUses(JotField field)
          Gets the uses of a field within the constructs audited.
 

Uses of JotField in oracle.jdeveloper.jot
 

Methods in oracle.jdeveloper.jot that return JotField
 JotField JotVariable.getAsField()
          Retrieves this variable as a field.
 JotField[] JotClass.getDeclaredFields()
          Creates an array of declared field members.
 JotField JotClass.getDeclaredField(java.lang.String name)
          Gets the declared field member having the given name.
 JotField[] JotClass.getFields()
          Creates an array of declared and inherited public field members.
 JotField JotClass.getField(java.lang.String name)
          Gets this type's field member having the given name.
 JotField JotClass.addField(JotMember member, boolean before, java.lang.String type, java.lang.String name)
          Adds a new field to this type.
 

Methods in oracle.jdeveloper.jot with parameters of type JotField
 JotElement[] JotManipulations.findAllFieldReferences(JotType type, JotField field, java.lang.String[] packageScope)
          Finds all the references to the specified class and member in the search scope.
 void JotClass.removeField(JotField fld)
          Removes an existing field from this type.
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.