Interface MatchClauseTree
-
- All Superinterfaces:
Tree
- All Known Subinterfaces:
MatchConditionClauseTree
,MatchDefaultClauseTree
- All Known Implementing Classes:
MatchConditionClauseTreeImpl
,MatchDefaultClauseTreeImpl
public interface MatchClauseTree extends Tree
Starting from PHP 8.0 Match expression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxToken
doubleArrowToken()
ExpressionTree
expression()
-
-
-
Method Detail
-
doubleArrowToken
SyntaxToken doubleArrowToken()
-
expression
ExpressionTree expression()
-
-