当前页面:
在线文档首页 >
JDK 5 Documentation v6.0, Java 2 SDK 英文文档
VariableTree (Compiler Tree API) - JDK 5 Documentation v6.0, Java 2 SDK 英文文档
com.sun.source.tree
Interface VariableTree
- All Superinterfaces:
- StatementTree, Tree
public interface VariableTree
- extends StatementTree
A tree node for a variable declaration.
For example:
modifiers type name initializer ;
- Since:
- 1.6
- See Also:
- "The Java Language Specification, 3rd ed, sections 8.3 and 14.4"
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree |
Tree.Kind |
getModifiers
ModifiersTree getModifiers()
getName
Name getName()
getType
Tree getType()
getInitializer
ExpressionTree getInitializer()
Report a bug or request a feature.
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.