Uses of Class
com.sun.codemodel.JFieldVar
Packages that use JFieldVar
Package
Description
Library for generating Java source code
FieldRenderer and its implementation classes.
-
Uses of JFieldVar in com.sun.codemodel
Methods in com.sun.codemodel that return JFieldVarModifier and TypeMethodDescriptionAdds a field to the list of field members of this JDefinedClass.JDefinedClass.field
(int mods, JType type, String name, JExpression init) Adds a field to the list of field members of this JDefinedClass.JDefinedClass.field
(int mods, Class<?> type, String name, JExpression init) Methods in com.sun.codemodel that return types with arguments of type JFieldVarModifier and TypeMethodDescriptionJDefinedClass.fields()
Returns all the fields declred in this class.Methods in com.sun.codemodel with parameters of type JFieldVarModifier and TypeMethodDescriptionvoid
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 JFieldVarModifier and TypeFieldDescriptionprotected 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.