Uses of Interface
org.jboss.forge.roaster.model.Field
Packages that use Field
-
Uses of Field in org.jboss.forge.roaster.model
Methods in org.jboss.forge.roaster.model that return FieldModifier and TypeMethodDescriptionGet theFieldwith the given name and return it, otherwise, return null.Property.getField()Get the field that stores the value of the property.Methods in org.jboss.forge.roaster.model that return types with arguments of type FieldModifier and TypeMethodDescriptionFieldHolder.getFields()Get a list of allFields declared by thisFieldHolder, or return an empty list if noFields are declared.Methods in org.jboss.forge.roaster.model with parameters of type FieldModifier and TypeMethodDescriptionbooleanReturn whether or not thisFieldHolderdeclares the givenFieldinstance. -
Uses of Field in org.jboss.forge.roaster.model.source
Subinterfaces of Field in org.jboss.forge.roaster.model.sourceMethods in org.jboss.forge.roaster.model.source with parameters of type FieldModifier and TypeMethodDescriptionFieldHolderSource.removeField(Field<O> field) Remove the givenFieldfrom thisFieldHolderSourceinstance, if it exists; otherwise, do nothing.