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

All Superinterfaces:
Tree
All Known Subinterfaces:
AnnotationTree, ArrayAccessExpressionTree, ArrayTypeTree, AssignmentExpressionTree, BinaryExpressionTree, ConditionalExpressionTree, IdentifierTree, InstanceOfTree, LambdaExpressionTree, LiteralTree, MemberSelectExpressionTree, MethodInvocationTree, NewArrayTree, NewClassTree, ParenthesizedTree, PrimitiveTypeTree, TypeCastTree, UnaryExpressionTree

@Beta
public interface ExpressionTree
extends Tree

Common interface for all types of expressions. JLS 15


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



Copyright © 2012-2014 SonarSource. All Rights Reserved.