Uses of Interface
org.jboss.forge.roaster.model.Field
-
Packages that use Field Package Description org.jboss.forge.roaster.model org.jboss.forge.roaster.model.source -
-
Uses of Field in org.jboss.forge.roaster.model
Methods in org.jboss.forge.roaster.model that return Field Modifier and Type Method Description Field<O>FieldHolder. getField(java.lang.String name)Get theFieldwith the given name and return it, otherwise, return null.Field<O>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 Field Modifier and Type Method Description java.util.List<? extends Field<O>>FieldHolder. 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 Field Modifier and Type Method Description booleanFieldHolder. hasField(Field<O> field)Return 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.source Modifier and Type Interface Description interfaceFieldSource<O extends JavaSource<O>>Methods in org.jboss.forge.roaster.model.source with parameters of type Field Modifier and Type Method Description OFieldHolderSource. removeField(Field<O> field)Remove the givenFieldfrom thisFieldHolderSourceinstance, if it exists; otherwise, do nothing.
-