Class ArrayInitializerBracketTreeImpl
java.lang.Object
org.sonar.php.tree.impl.PHPTree
org.sonar.php.tree.impl.expression.ArrayInitializerBracketTreeImpl
- All Implemented Interfaces:
ArrayInitializerBracketTree
,ArrayInitializerTree
,ExpressionTree
,Tree
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionArrayInitializerBracketTreeImpl
(InternalSyntaxToken openBracket, SeparatedListImpl<ArrayPairTree> arrayPairs, InternalSyntaxToken closeBracket) -
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
-
ArrayInitializerBracketTreeImpl
public ArrayInitializerBracketTreeImpl(InternalSyntaxToken openBracket, SeparatedListImpl<ArrayPairTree> arrayPairs, InternalSyntaxToken closeBracket)
-
-
Method Details
-
openBracketToken
- Specified by:
openBracketToken
in interfaceArrayInitializerBracketTree
-
arrayPairs
- Specified by:
arrayPairs
in interfaceArrayInitializerBracketTree
- Specified by:
arrayPairs
in interfaceArrayInitializerTree
-
closeBracketToken
- Specified by:
closeBracketToken
in interfaceArrayInitializerBracketTree
-
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
-