| Package | Description |
|---|---|
| org.jboss.forge.roaster.model | |
| org.jboss.forge.roaster.model.source |
| Modifier and Type | Method and Description |
|---|---|
Field<O> |
Property.getField()
Get the field that stores the value of the property.
|
Field<O> |
FieldHolder.getField(String name)
Get the
Field with the given name and return it, otherwise, return null. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Field<O>> |
FieldHolder.getFields()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FieldHolder.hasField(Field<O> field)
Return whether or not this
O declares the given Field instance. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldSource<O extends JavaSource<O>>
|
| Modifier and Type | Method and Description |
|---|---|
O |
FieldHolderSource.removeField(Field<O> field)
Remove the given
Field from this O instance, if it exists; otherwise, do nothing. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.