Class AttributeTreeImpl
java.lang.Object
org.sonar.php.tree.impl.PHPTree
org.sonar.php.tree.impl.declaration.AttributeTreeImpl
- All Implemented Interfaces:
AttributeTree
,Tree
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeTreeImpl
(NamespaceNameTree name, SyntaxToken openParenthesisToken, SeparatedList<CallArgumentTree> arguments, SyntaxToken closeParenthesisToken) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(VisitorCheck visitor) Creates iterator for children of this node.getKind()
name()
Methods inherited from class org.sonar.php.tree.impl.PHPTree
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toString
-
Constructor Details
-
AttributeTreeImpl
public AttributeTreeImpl(NamespaceNameTree name, @Nullable SyntaxToken openParenthesisToken, SeparatedList<CallArgumentTree> arguments, @Nullable SyntaxToken closeParenthesisToken)
-
-
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
-
name
- Specified by:
name
in interfaceAttributeTree
-
openParenthesisToken
- Specified by:
openParenthesisToken
in interfaceAttributeTree
-
arguments
- Specified by:
arguments
in interfaceAttributeTree
-
closeParenthesisToken
- Specified by:
closeParenthesisToken
in interfaceAttributeTree
-