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, getModifiers
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Type getType()
List<? extends VariableDeclarator> getVariableDeclarators()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.