Uses of Class
org.jboss.jdeparser.JFieldVar
Packages that use JFieldVar
-
Uses of JFieldVar in org.jboss.jdeparser
Fields in org.jboss.jdeparser with type parameters of type JFieldVarMethods in org.jboss.jdeparser that return JFieldVarModifier and TypeMethodDescriptionJDefinedClass.field(int mods, Class<?> type, String name, JExpression init) Adds 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.Methods in org.jboss.jdeparser that return types with arguments of type JFieldVarModifier and TypeMethodDescriptionJDefinedClass.fields()Returns all the fields declred in this class.Methods in org.jboss.jdeparser with parameters of type JFieldVarModifier and TypeMethodDescriptionvoidJDefinedClass.removeField(JFieldVar field) Removes aJFieldVarfrom this class.