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
A tree node used as the base class for the different types of
expressions.
- Since:
- 9
-
Nested Class Summary
-
Method Summary
Methods inherited from interface Tree
accept, getEndPosition, getKind, getStartPosition