Interface ContinueStatementTree
-
- All Superinterfaces:
StatementTree,Tree
- All Known Implementing Classes:
ContinueStatementTreeImpl
public interface ContinueStatementTree extends StatementTree
Continue statementcontinue; continue
argument();
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressionTreeargument()SyntaxTokencontinueToken()SyntaxTokeneosToken()
-
-
-
Method Detail
-
continueToken
SyntaxToken continueToken()
-
argument
@Nullable ExpressionTree argument()
-
eosToken
@Nullable SyntaxToken eosToken()
-
-