Interface TraitMethodReferenceTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
TraitMethodReferenceTreeImpl
public interface TraitMethodReferenceTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxToken
doubleColonToken()
NameIdentifierTree
method()
NamespaceNameTree
trait()
-
-
-
Method Detail
-
trait
@Nullable NamespaceNameTree trait()
-
doubleColonToken
@Nullable SyntaxToken doubleColonToken()
-
method
NameIdentifierTree method()
-
-