Package org.sonar.python.tree
Class TypeAliasStatementImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.SimpleStatement
org.sonar.python.tree.TypeAliasStatementImpl
- All Implemented Interfaces:
Statement,Tree,TypeAliasStatement
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionTypeAliasStatementImpl(Token typeKeyword, Name name, TypeParams typeParams, Token equalToken, Expression expression, Separators separator) -
Method Summary
Methods inherited from class org.sonar.python.tree.SimpleStatement
lastTokenMethods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, parent, setParent
-
Constructor Details
-
TypeAliasStatementImpl
public TypeAliasStatementImpl(Token typeKeyword, Name name, @Nullable TypeParams typeParams, Token equalToken, Expression expression, Separators separator)
-
-
Method Details
-
accept
-
getKind
-
typeKeyword
- Specified by:
typeKeywordin interfaceTypeAliasStatement
-
name
- Specified by:
namein interfaceTypeAliasStatement
-
typeParams
- Specified by:
typeParamsin interfaceTypeAliasStatement
-
equalToken
- Specified by:
equalTokenin interfaceTypeAliasStatement
-
expression
- Specified by:
expressionin interfaceTypeAliasStatement
-
separator
-