Package org.sonar.python.tree
Class AliasedNameImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.AliasedNameImpl
- All Implemented Interfaces:
AliasedName,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionAliasedNameImpl(DottedName dottedName) AliasedNameImpl(Token asKeyword, DottedName dottedName, Name alias) -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
AliasedNameImpl
-
AliasedNameImpl
-
-
Method Details
-
asKeyword
- Specified by:
asKeywordin interfaceAliasedName
-
alias
- Specified by:
aliasin interfaceAliasedName
-
dottedName
- Specified by:
dottedNamein interfaceAliasedName
-
getKind
-
accept
-
computeChildren
-