public interface LocalVariableDeclaration extends Statement, ForInitializer
[JLS3:14.4] Local Variable Declaration Statements
Modifier and Type | Method and Description |
---|---|
List<? extends Attribute> |
getModifiers()
Returns the modifiers and annotations.
|
Type |
getType()
Returns the variable type.
|
List<? extends VariableDeclarator> |
getVariableDeclarators()
Returns the variable declarators.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
List<? extends Attribute> getModifiers()
Type getType()
List<? extends VariableDeclarator> getVariableDeclarators()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.