com.sun.javafx.api.tree
Interface ExpressionTree

All Superinterfaces:
Tree
All Known Subinterfaces:
AssignmentTree, BinaryTree, BlockExpressionTree, BreakTree, CompoundAssignmentTree, ConditionalExpressionTree, ContinueTree, EmptyStatementTree, ErroneousTree, ForExpressionTree, FunctionDefinitionTree, FunctionInvocationTree, FunctionValueTree, IdentifierTree, IndexofTree, InstanceOfTree, InstantiateTree, InterpolateValueTree, KeyFrameLiteralTree, LiteralTree, MemberSelectTree, ObjectLiteralPartTree, OnReplaceTree, ParenthesizedTree, ReturnTree, SequenceCreatorTree, SequenceDeleteTree, SequenceEmptyTree, SequenceExplicitTree, SequenceIndexedTree, SequenceInsertTree, SequenceRangeTree, SequenceSliceTree, StringExpressionTree, ThrowTree, TryTree, TypeCastTree, UnaryTree, VariableInvalidateTree, VariableTree, WhileLoopTree

public interface ExpressionTree
extends Tree

A tree node used as the base class for the different types of expressions.

Since:
1.6
See Also:
"The Java Language Specification, 3rd ed, chapter 15"

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.javafx.api.tree.Tree
Tree.JavaFXKind
 
Method Summary
 
Methods inherited from interface com.sun.javafx.api.tree.Tree
accept, getJavaFXKind, isMissing