Package org.sonar.python.api.tree
Interface AliasedName
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
AliasedNameImpl
public interface AliasedName extends Tree
Aliased nameName.name()asKeyword()alias()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Namealias()TokenasKeyword()DottedNamedottedName()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
asKeyword
@CheckForNull Token asKeyword()
-
alias
@CheckForNull Name alias()
-
dottedName
DottedName dottedName()
-
-