Class VariableVariableTreeImpl
java.lang.Object
org.sonar.php.tree.impl.PHPTree
org.sonar.php.tree.impl.expression.VariableVariableTreeImpl
- All Implemented Interfaces:
ExpressionTree
,VariableTree
,VariableVariableTree
,Tree
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionVariableVariableTreeImpl
(List<InternalSyntaxToken> dollars, ExpressionTree variable) -
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
-
VariableVariableTreeImpl
-
-
Method Details
-
dollarTokens
- Specified by:
dollarTokens
in interfaceVariableVariableTree
-
variableExpression
- Specified by:
variableExpression
in interfaceVariableTree
- Specified by:
variableExpression
in interfaceVariableVariableTree
-
getKind
-
childrenIterator
Description copied from class:PHPTree
Creates iterator for children of this node. Note that iterator may containnull
elements.- Specified by:
childrenIterator
in classPHPTree
-
accept
-