Class MatchConditionClauseTreeImpl
java.lang.Object
org.sonar.php.tree.impl.PHPTree
org.sonar.php.tree.impl.expression.MatchConditionClauseTreeImpl
- All Implemented Interfaces:
MatchClauseTree
,MatchConditionClauseTree
,Tree
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionMatchConditionClauseTreeImpl
(SeparatedList<ExpressionTree> conditions, SyntaxToken doubleArrowToken, ExpressionTree expression) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(VisitorCheck visitor) Creates iterator for children of this node.getKind()
Methods inherited from class org.sonar.php.tree.impl.PHPTree
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toString
-
Constructor Details
-
MatchConditionClauseTreeImpl
public MatchConditionClauseTreeImpl(SeparatedList<ExpressionTree> conditions, SyntaxToken doubleArrowToken, ExpressionTree expression)
-
-
Method Details
-
accept
-
getKind
-
conditions
- Specified by:
conditions
in interfaceMatchConditionClauseTree
-
doubleArrowToken
Description copied from interface:MatchConditionClauseTree
- Specified by:
doubleArrowToken
in interfaceMatchClauseTree
- Specified by:
doubleArrowToken
in interfaceMatchConditionClauseTree
-
expression
- Specified by:
expression
in interfaceMatchClauseTree
- Specified by:
expression
in interfaceMatchConditionClauseTree
-
childrenIterator
Description copied from class:PHPTree
Creates iterator for children of this node. Note that iterator may containnull
elements.- Specified by:
childrenIterator
in classPHPTree
-