org.sonar.javascript.model
Interface ExpressionTree

All Superinterfaces:
Tree
All Known Subinterfaces:
ArrayLiteralTree, BinaryOperatorTree, CommaOperatorTree, ConditionalOperatorTree, FunctionCallTree, FunctionTree, IdentifierTree, IndexAccessTree, LiteralTree, NewOperatorTree, ObjectLiteralTree, ParenthesizedTree, PropertyAccessTree, UnaryOperatorTree
All Known Implementing Classes:
TreeImpl.ArrayLiteralTreeImpl, TreeImpl.BinaryOperatorTreeImpl, TreeImpl.CommaOperatorTreeImpl, TreeImpl.ConditionalOperatorTreeImpl, TreeImpl.FunctionCallTreeImpl, TreeImpl.FunctionTreeImpl, TreeImpl.IdentifierTreeImpl, TreeImpl.IndexAccessTreeImpl, TreeImpl.LiteralTreeImpl, TreeImpl.NewOperatorTreeImpl, TreeImpl.ObjectLiteralTreeImpl, TreeImpl.ParenthesizedTreeImpl, TreeImpl.PropertyAccessTreeImpl, TreeImpl.UnaryOperatorTreeImpl

public interface ExpressionTree
extends Tree

Common interface for all types of expressions.

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.