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

All Implemented Interfaces:
    ExpressionTree

All Known Implementing Classes:
    JCLiteral

A tree node for a literal expression. Use getKind to determine the kind of literal. For example:
  value
Method from com.sun.source.tree.LiteralTree Summary:
getValue
Method from com.sun.source.tree.LiteralTree Detail:
 public Object getValue()