-
- All Superinterfaces:
Tree
- All Known Subinterfaces:
AnnotatedTypeTree,AnnotationTree,ArrayAccessTree,AssignmentTree,BinaryTree,CompoundAssignmentTree,ConditionalExpressionTree,ErroneousTree,IdentifierTree,InstanceOfTree,LambdaExpressionTree,LiteralTree,MemberReferenceTree,MemberSelectTree,MethodInvocationTree,NewArrayTree,NewClassTree,ParenthesizedTree,TypeCastTree,UnaryTree
public interface ExpressionTree extends Tree
A tree node used as the base class for the different types of expressions.- Since:
- 1.6
- See The Java™ Language Specification:
- chapter 15