Package org.sonar.python.api.tree
Interface PyAliasedNameTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
PyAliasedNameTreeImpl
public interface PyAliasedNameTree extends Tree
Aliased namePyNameTree.name()asKeyword()alias()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PyNameTreealias()com.sonar.sslr.api.TokenasKeyword()PyDottedNameTreedottedName()
-
-
-
Method Detail
-
asKeyword
@CheckForNull com.sonar.sslr.api.Token asKeyword()
-
alias
@CheckForNull PyNameTree alias()
-
dottedName
PyDottedNameTree dottedName()
-
-