Interface MatchDefaultClauseTree
- All Superinterfaces:
MatchClauseTree,Tree
- All Known Implementing Classes:
MatchDefaultClauseTreeImpl
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
defaultToken
SyntaxToken defaultToken() -
trailingComma
-
doubleArrowToken
SyntaxToken doubleArrowToken()- Specified by:
doubleArrowTokenin interfaceMatchClauseTree
-
expression
ExpressionTree expression()- Specified by:
expressionin interfaceMatchClauseTree
-