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 ExpressionTree
argument()
SyntaxToken
continueToken()
SyntaxToken
eosToken()
-
-
-
Method Detail
-
continueToken
SyntaxToken continueToken()
-
argument
@Nullable ExpressionTree argument()
-
eosToken
@Nullable SyntaxToken eosToken()
-
-