Class TraitMethodReferenceTreeImpl
java.lang.Object
org.sonar.php.tree.impl.PHPTree
org.sonar.php.tree.impl.declaration.TraitMethodReferenceTreeImpl
- All Implemented Interfaces:
TraitMethodReferenceTree
,Tree
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionTraitMethodReferenceTreeImpl
(NamespaceNameTree trait, SyntaxToken doubleColonToken, NameIdentifierTree method) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(VisitorCheck visitor) Creates iterator for children of this node.getKind()
method()
trait()
Methods inherited from class org.sonar.php.tree.impl.PHPTree
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toString
-
Constructor Details
-
TraitMethodReferenceTreeImpl
-
TraitMethodReferenceTreeImpl
public TraitMethodReferenceTreeImpl(NamespaceNameTree trait, SyntaxToken doubleColonToken, NameIdentifierTree method)
-
-
Method Details
-
trait
- Specified by:
trait
in interfaceTraitMethodReferenceTree
-
doubleColonToken
- Specified by:
doubleColonToken
in interfaceTraitMethodReferenceTree
-
method
- Specified by:
method
in interfaceTraitMethodReferenceTree
-
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
-