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 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
-
ArrayInitializerFunctionTreeImpl
public ArrayInitializerFunctionTreeImpl(InternalSyntaxToken arrayToken, InternalSyntaxToken openParenthesis, SeparatedListImpl<ArrayPairTree> arrayPairs, InternalSyntaxToken closeParenthesis)
-
-
Method Details
-
arrayToken
- Specified by:
arrayToken
in interfaceArrayInitializerFunctionTree
-
openParenthesisToken
- Specified by:
openParenthesisToken
in interfaceArrayInitializerFunctionTree
-
arrayPairs
- Specified by:
arrayPairs
in interfaceArrayInitializerFunctionTree
- Specified by:
arrayPairs
in interfaceArrayInitializerTree
-
closeParenthesisToken
- Specified by:
closeParenthesisToken
in interfaceArrayInitializerFunctionTree
-
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
-