Package org.sonar.python.tree
Class TypeParamsImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.TypeParamsImpl
- All Implemented Interfaces:
Tree,TypeParams
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
TypeParamsImpl
-
-
Method Details
-
accept
-
getKind
-
leftBracket
- Specified by:
leftBracketin interfaceTypeParams
-
typeParamsList
- Specified by:
typeParamsListin interfaceTypeParams
-
rightBracket
- Specified by:
rightBracketin interfaceTypeParams
-