| Package | Description |
|---|---|
| me.tomassetti.symbolsolver.model.declarations |
| Modifier and Type | Method and Description |
|---|---|
default FieldDeclaration |
Declaration.asField() |
default FieldDeclaration |
FieldDeclaration.asField() |
FieldDeclaration |
TypeDeclaration.getField(String name)
Note that the type of the field should be expressed using the type variables of this particular type.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldDeclaration> |
TypeDeclaration.getAllFields() |
default List<FieldDeclaration> |
TypeDeclaration.getAllNonStaticFields() |
default List<FieldDeclaration> |
TypeDeclaration.getAllStaticFields() |
default List<FieldDeclaration> |
TypeDeclaration.getDeclaredFields() |
Copyright © 2016. All rights reserved.