Uses of Class
com.sun.codemodel.JFieldVar
-
Packages that use JFieldVar Package Description com.sun.codemodel Library for generating Java source codecom.sun.tools.xjc.generator.bean.field FieldRenderer and its implementation classes. -
-
Uses of JFieldVar in com.sun.codemodel
Methods in com.sun.codemodel that return JFieldVar Modifier and Type Method Description JFieldVar
JDefinedClass. field(int mods, JType type, String name)
Adds a field to the list of field members of this JDefinedClass.JFieldVar
JDefinedClass. field(int mods, JType type, String name, JExpression init)
Adds a field to the list of field members of this JDefinedClass.JFieldVar
JDefinedClass. field(int mods, Class<?> type, String name)
JFieldVar
JDefinedClass. field(int mods, Class<?> type, String name, JExpression init)
Methods in com.sun.codemodel that return types with arguments of type JFieldVar Modifier and Type Method Description Map<String,JFieldVar>
JDefinedClass. fields()
Returns all the fields declred in this class.Methods in com.sun.codemodel with parameters of type JFieldVar Modifier and Type Method Description void
JDefinedClass. removeField(JFieldVar field)
Removes aJFieldVar
from this class. -
Uses of JFieldVar in com.sun.tools.xjc.generator.bean.field
Fields in com.sun.tools.xjc.generator.bean.field declared as JFieldVar Modifier and Type Field Description protected JFieldVar
AbstractListField. field
The field that stores the list.protected JFieldVar
AbstractListField. field
The field that stores the list.protected JFieldVar
AbstractListField. field
The field that stores the list.protected JFieldVar
AbstractListField. field
The field that stores the list.
-