Class ArrayInitializerFunctionTreeImpl
java.lang.Object
org.sonar.php.tree.impl.PHPTree
org.sonar.php.tree.impl.expression.ArrayInitializerFunctionTreeImpl
- All Implemented Interfaces:
ArrayInitializerFunctionTree,ArrayInitializerTree,ExpressionTree,Tree
public class ArrayInitializerFunctionTreeImpl
extends PHPTree
implements ArrayInitializerFunctionTree
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionArrayInitializerFunctionTreeImpl(InternalSyntaxToken arrayToken, InternalSyntaxToken openParenthesis, SeparatedListImpl<ArrayPairTree> arrayPairs, InternalSyntaxToken closeParenthesis) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(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
-
ArrayInitializerFunctionTreeImpl
public ArrayInitializerFunctionTreeImpl(InternalSyntaxToken arrayToken, InternalSyntaxToken openParenthesis, SeparatedListImpl<ArrayPairTree> arrayPairs, InternalSyntaxToken closeParenthesis)
-
-
Method Details
-
arrayToken
- Specified by:
arrayTokenin interfaceArrayInitializerFunctionTree
-
openParenthesisToken
- Specified by:
openParenthesisTokenin interfaceArrayInitializerFunctionTree
-
arrayPairs
- Specified by:
arrayPairsin interfaceArrayInitializerFunctionTree- Specified by:
arrayPairsin interfaceArrayInitializerTree
-
closeParenthesisToken
- Specified by:
closeParenthesisTokenin interfaceArrayInitializerFunctionTree
-
getKind
-
childrenIterator
Description copied from class:PHPTreeCreates iterator for children of this node. Note that iterator may containnullelements.- Specified by:
childrenIteratorin classPHPTree
-
accept
-