Interface MatchDefaultClauseTree
-
- All Superinterfaces:
MatchClauseTree,Tree
- All Known Implementing Classes:
MatchDefaultClauseTreeImpl
public interface MatchDefaultClauseTree extends MatchClauseTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokendefaultToken()SyntaxTokendoubleArrowToken()ExpressionTreeexpression()SyntaxTokentrailingComma()
-
-
-
Method Detail
-
defaultToken
SyntaxToken defaultToken()
-
trailingComma
@Nullable SyntaxToken trailingComma()
-
doubleArrowToken
SyntaxToken doubleArrowToken()
- Specified by:
doubleArrowTokenin interfaceMatchClauseTree
-
expression
ExpressionTree expression()
- Specified by:
expressionin interfaceMatchClauseTree
-
-