Interface VariableTree

All Superinterfaces:
StatementTree, Tree
All Known Implementing Classes:
EnumConstantTreeImpl, VariableTreeImpl

@Beta public interface VariableTree extends StatementTree
Variable declaration. JLS 8.3, 14.4
   modifiers() type() simpleName() initializer() endToken()
 
Since:
Java 1.3