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
public class TypeParamsImpl extends PyTree implements TypeParams
-
-
Field Summary
-
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(TreeVisitor visitor)Tree.KindgetKind()TokenleftBracket()TokenrightBracket()List<TypeParam>typeParamsList()-
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
-
-
-
Method Detail
-
accept
public void accept(TreeVisitor visitor)
-
leftBracket
public Token leftBracket()
- Specified by:
leftBracketin interfaceTypeParams
-
typeParamsList
public List<TypeParam> typeParamsList()
- Specified by:
typeParamsListin interfaceTypeParams
-
rightBracket
public Token rightBracket()
- Specified by:
rightBracketin interfaceTypeParams
-
-