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 JFieldVarJDefinedClass. field(int mods, JType type, String name)Adds a field to the list of field members of this JDefinedClass.JFieldVarJDefinedClass. field(int mods, JType type, String name, JExpression init)Adds a field to the list of field members of this JDefinedClass.JFieldVarJDefinedClass. field(int mods, Class<?> type, String name)JFieldVarJDefinedClass. 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 voidJDefinedClass. removeField(JFieldVar field)Removes aJFieldVarfrom 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 JFieldVarAbstractListField. fieldThe field that stores the list.protected JFieldVarAbstractListField. fieldThe field that stores the list.protected JFieldVarAbstractListField. fieldThe field that stores the list.protected JFieldVarAbstractListField. fieldThe field that stores the list.
-