org.sonar.javascript.model
Interface LiteralTree

All Superinterfaces:
ExpressionTree, Tree
All Known Implementing Classes:
TreeImpl.LiteralTreeImpl

public interface LiteralTree
extends ExpressionTree

Common interface for all types of literals.

This interface is not intended to be implemented by clients.


Method Summary
 
Methods inherited from interface org.sonar.javascript.model.Tree
as, getLine, is
 



Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.