Home » openjdk-7 » com.sun.source » tree » [javadoc | source]
com.sun.source.tree
public interface: VariableTree [javadoc | source]

All Implemented Interfaces:
    StatementTree

All Known Implementing Classes:
    JCVariableDecl

A tree node for a variable declaration. For example:
  modifiers type name initializer ;
Method from com.sun.source.tree.VariableTree Summary:
getInitializer,   getModifiers,   getName,   getType
Method from com.sun.source.tree.VariableTree Detail:
 public ExpressionTree getInitializer()
 public ModifiersTree getModifiers()
 public Name getName()
 public Tree getType()