Package org.sonar.php.tree.impl
Class VariableIdentifierTreeImpl
java.lang.Object
org.sonar.php.tree.impl.PHPTree
org.sonar.php.tree.impl.VariableIdentifierTreeImpl
- All Implemented Interfaces:
ExpressionTree
,IdentifierTree
,VariableIdentifierTree
,VariableTree
,Tree
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(VisitorCheck visitor) Creates iterator for children of this node.getKind()
void
setSymbol
(SymbolImpl symbol) symbol()
text()
token()
Methods inherited from class org.sonar.php.tree.impl.PHPTree
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toString
-
Constructor Details
-
VariableIdentifierTreeImpl
-
-
Method Details
-
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
-
token
- Specified by:
token
in interfaceIdentifierTree
- Specified by:
token
in interfaceVariableIdentifierTree
-
text
- Specified by:
text
in interfaceIdentifierTree
- Specified by:
text
in interfaceVariableIdentifierTree
-
variableExpression
- Specified by:
variableExpression
in interfaceVariableIdentifierTree
- Specified by:
variableExpression
in interfaceVariableTree
-
setSymbol
-
symbol
-