Interface ExpressionTree

All Superinterfaces:
Tree
All Known Subinterfaces:
ArrayAccessTree, ArrayLiteralTree, AssignmentTree, BinaryTree, ClassExpressionTree, CompoundAssignmentTree, ConditionalExpressionTree, ErroneousTree, FunctionCallTree, FunctionExpressionTree, IdentifierTree, InstanceOfTree, LiteralTree, MemberSelectTree, NewTree, ObjectLiteralTree, ParenthesizedTree, RegExpLiteralTree, SpreadTree, TemplateLiteralTree, UnaryTree, YieldTree

public interface ExpressionTree extends Tree
A tree node used as the base class for the different types of expressions.
Since:
9