@Exported public interface VariableTree extends StatementTree
var name initializer ;
Modifier and Type | Method and Description |
---|---|
ExpressionTree |
getInitializer()
Returns the initial value expression for this variable.
|
String |
getName()
Returns the name of this variable.
|
accept, getEndPosition, getKind, getStartPosition
String getName()
ExpressionTree getInitializer()
Copyright © 2014, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b80