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
ConstructorsConstructorDescriptionTraitMethodReferenceTreeImpl(NamespaceNameTree trait, SyntaxToken doubleColonToken, NameIdentifierTree method) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(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:
traitin interfaceTraitMethodReferenceTree
-
doubleColonToken
- Specified by:
doubleColonTokenin interfaceTraitMethodReferenceTree
-
method
- Specified by:
methodin interfaceTraitMethodReferenceTree
-
getKind
-
childrenIterator
Description copied from class:PHPTreeCreates iterator for children of this node. Note that iterator may containnullelements.- Specified by:
childrenIteratorin classPHPTree
-
accept
-