Compiler Tree API

com.sun.source.tree
Interface LiteralTree

All Superinterfaces:
ExpressionTree, Tree

public interface LiteralTree
extends ExpressionTree

A tree node for a literal expression. Use getKind to determine the kind of literal. For example:

   value
 

Since:
1.6
See Also:
"The Java Language Specification, 3rd ed, section 15.28"

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree
Tree.Kind
 
Method Summary
 Object getValue()
           
 
Methods inherited from interface com.sun.source.tree.Tree
accept, getKind
 

Method Detail

getValue

Object getValue()

Compiler Tree API

Submit a bug or feature
Copyright © 2005, 2015, Oracle and/or its affiliates. All rights reserved.