public interface VariableDeclarator extends TypedElement
[JLS3:8.3] Field Declarations
Modifier and Type | Method and Description |
---|---|
int |
getExtraDimensions()
Returns the extra variable dimensions.
|
Expression |
getInitializer()
Returns the variable initializer expression.
|
SimpleName |
getName()
Returns the variable name.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
SimpleName getName()
int getExtraDimensions()
Expression getInitializer()
null
if there is not specifiedCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.