Class CallArgumentTreeImpl
java.lang.Object
org.sonar.php.tree.impl.PHPTree
org.sonar.php.tree.impl.declaration.CallArgumentTreeImpl
- All Implemented Interfaces:
CallArgumentTree,Tree
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCallArgumentTreeImpl(TreeFactory.Tuple<NameIdentifierTree, InternalSyntaxToken> nameAndToken, ExpressionTree value) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(VisitorCheck visitor) Creates iterator for children of this node.getKind()name()value()Methods inherited from class org.sonar.php.tree.impl.PHPTree
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toString
-
Constructor Details
-
CallArgumentTreeImpl
public CallArgumentTreeImpl(@Nullable TreeFactory.Tuple<NameIdentifierTree, InternalSyntaxToken> nameAndToken, ExpressionTree value)
-
-
Method Details
-
name
- Specified by:
namein interfaceCallArgumentTree
-
separator
- Specified by:
separatorin interfaceCallArgumentTree
-
value
- Specified by:
valuein interfaceCallArgumentTree
-
childrenIterator
Description copied from class:PHPTreeCreates iterator for children of this node. Note that iterator may containnullelements.- Specified by:
childrenIteratorin classPHPTree
-
accept
-
getKind
-