com.sun.javafx.api.tree
Interface EmptyStatementTree

All Superinterfaces:
ExpressionTree, Tree

public interface EmptyStatementTree
extends ExpressionTree

A tree node for an empty (skip) statement. For example:

    ;
 

Since:
1.6
See Also:
"The Java Language Specification, 3rd ed, section 14.6"

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