Uses of Class
com.caucho.bytecode.JField

Packages that use JField
com.caucho.bytecode   
 

Uses of JField in com.caucho.bytecode
 

Subclasses of JField in com.caucho.bytecode
 class JavaField
          Represents a java field.
 class JFieldWrapper
          Wrapper around the Java field for a JField.
 

Methods in com.caucho.bytecode that return JField
abstract  JField[] JClass.getDeclaredFields()
          Returns the declared fields
 JField[] JClassArray.getDeclaredFields()
          Returns the declared fields
 JField[] JClassWrapper.getDeclaredFields()
          Returns the declared methods.
 JField[] JType.getDeclaredFields()
          Returns the declared fields
 JField[] JTypeWrapper.getDeclaredFields()
          Returns the declared fields
 JField[] JavaClass.getDeclaredFields()
          Returns the array of declared fields.
 JField[] JavaParameterizedType.getDeclaredFields()
          Returns the declared fields
abstract  JField[] JClass.getFields()
          Returns the fields
 JField[] JClassArray.getFields()
          Returns the fields
 JField[] JClassWrapper.getFields()
          Returns the declared methods.
 JField[] JType.getFields()
          Returns the fields
 JField[] JTypeWrapper.getFields()
          Returns the fields
 JField[] JavaClass.getFields()
          Returns the array of fields.
 JField[] JavaParameterizedType.getFields()
          Returns the fields