Interface MatchConditionClauseTree
-
- All Superinterfaces:
MatchClauseTree,Tree
- All Known Implementing Classes:
MatchConditionClauseTreeImpl
public interface MatchConditionClauseTree extends MatchClauseTree
Starting from PHP 8.0 Condition match clause in match expression (seeMatchClauseTree).expression()=>expression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SeparatedList<ExpressionTree>conditions()SyntaxTokendoubleArrowToken()ExpressionTreeexpression()
-
-
-
Method Detail
-
conditions
SeparatedList<ExpressionTree> conditions()
-
doubleArrowToken
SyntaxToken doubleArrowToken()
- Specified by:
doubleArrowTokenin interfaceMatchClauseTree
-
expression
ExpressionTree expression()
- Specified by:
expressionin interfaceMatchClauseTree
-
-