Class ArrayPairTreeImpl
java.lang.Object
org.sonar.php.tree.impl.PHPTree
org.sonar.php.tree.impl.expression.ArrayPairTreeImpl
- All Implemented Interfaces:
ArrayPairTree,Tree
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionArrayPairTreeImpl(InternalSyntaxToken ellipsis, ExpressionTree value) ArrayPairTreeImpl(ExpressionTree key, InternalSyntaxToken doubleArrowToken, ExpressionTree value) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(VisitorCheck visitor) Creates iterator for children of this node.getKind()key()value()Methods inherited from class org.sonar.php.tree.impl.PHPTree
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toString
-
Constructor Details
-
ArrayPairTreeImpl
public ArrayPairTreeImpl(ExpressionTree key, InternalSyntaxToken doubleArrowToken, ExpressionTree value) -
ArrayPairTreeImpl
-
-
Method Details
-
ellipsisToken
- Specified by:
ellipsisTokenin interfaceArrayPairTree
-
key
- Specified by:
keyin interfaceArrayPairTree
-
doubleArrowToken
- Specified by:
doubleArrowTokenin interfaceArrayPairTree
-
value
- Specified by:
valuein interfaceArrayPairTree
-
getKind
-
childrenIterator
Description copied from class:PHPTreeCreates iterator for children of this node. Note that iterator may containnullelements.- Specified by:
childrenIteratorin classPHPTree
-
accept
-