Interface ElseClause
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
ElseClauseImpl
public interface ElseClause extends Tree
Common interface for ElseClause used inIfStatement.elseBranch(),ForStatement.elseClause(),WhileStatement.elseClause()andTryStatement.elseClause()else:body()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatementListbody()TokenelseKeyword()
-
-
-
Method Detail
-
elseKeyword
Token elseKeyword()
-
body
StatementList body()
-
-