Interface MatchConditionClauseTree
- All Superinterfaces:
MatchClauseTree,Tree
- All Known Implementing Classes:
MatchConditionClauseTreeImpl
Starting from PHP 8.0
Condition match clause in match expression (see
MatchClauseTree).
expression()=>expression()
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
conditions
SeparatedList<ExpressionTree> conditions() -
doubleArrowToken
SyntaxToken doubleArrowToken()- Specified by:
doubleArrowTokenin interfaceMatchClauseTree
-
expression
ExpressionTree expression()- Specified by:
expressionin interfaceMatchClauseTree
-