org.sonar.plugins.java.api.tree
Interface LiteralTree

All Superinterfaces:
ExpressionTree, Tree

@Beta
public interface LiteralTree
extends ExpressionTree

Literal expression. JLS 15.8.1 Tree.Kind.INT_LITERAL, Tree.Kind.LONG_LITERAL, Tree.Kind.FLOAT_LITERAL, Tree.Kind.DOUBLE_LITERAL, Tree.Kind.BOOLEAN_LITERAL, Tree.Kind.CHAR_LITERAL, Tree.Kind.STRING_LITERAL, Tree.Kind.NULL_LITERAL

   value()
 

Since:
Java 1.3

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree
Tree.Kind
 
Method Summary
 String value()
           
 
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, is
 

Method Detail

value

String value()


Copyright © 2012-2014 SonarSource. All Rights Reserved.