public interface FieldDeclaration extends TypeBodyDeclaration
[JLS3:8.3] Field Declarations | Modifier and Type | Method and Description |
|---|---|
Type |
getType()
Returns the field type.
|
List<? extends VariableDeclarator> |
getVariableDeclarators()
Returns the field variable declarators.
|
getJavadoc, getModifiersaccept, equals, findModelTrait, getModelKind, hashCode, putModelTraitType getType()
List<? extends VariableDeclarator> getVariableDeclarators()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.