Class AttributeGroupTreeImpl
java.lang.Object
org.sonar.php.tree.impl.PHPTree
org.sonar.php.tree.impl.declaration.AttributeGroupTreeImpl
- All Implemented Interfaces:
AttributeGroupTree
,Tree
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeGroupTreeImpl
(SyntaxToken startToken, SeparatedList<AttributeTree> attributes, SyntaxToken endToken) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(VisitorCheck visitor) Creates iterator for children of this node.endToken()
getKind()
Methods inherited from class org.sonar.php.tree.impl.PHPTree
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toString
-
Constructor Details
-
AttributeGroupTreeImpl
public AttributeGroupTreeImpl(SyntaxToken startToken, SeparatedList<AttributeTree> attributes, SyntaxToken endToken)
-
-
Method Details
-
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
-
getKind
-
startToken
- Specified by:
startToken
in interfaceAttributeGroupTree
-
attributes
- Specified by:
attributes
in interfaceAttributeGroupTree
-
endToken
- Specified by:
endToken
in interfaceAttributeGroupTree
-