com.sun.javafx.api.tree
Interface ContinueTree

All Superinterfaces:
ExpressionTree, Tree

public interface ContinueTree
extends ExpressionTree

A tree node for a 'continue' statement. For example:

   continue;
   continue label ;
 

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.javafx.api.tree.Tree
Tree.JavaFXKind
 
Method Summary
 javax.lang.model.element.Name getLabel()
           
 
Methods inherited from interface com.sun.javafx.api.tree.Tree
accept, getJavaFXKind, isMissing
 

Method Detail

getLabel

javax.lang.model.element.Name getLabel()