Uses of Class
com.sun.codemodel.JFieldVar
Packages that use JFieldVar
-
Uses of JFieldVar in com.sun.codemodel
Fields in com.sun.codemodel with type parameters of type JFieldVarMethods 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.