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 SyntaxTokendoubleArrowToken()ExpressionTreeexpression()
-
-
-
Method Detail
-
doubleArrowToken
SyntaxToken doubleArrowToken()
-
expression
ExpressionTree expression()
-
-