TypeParameter

constructor()(source)
constructor(name: String)(source)
constructor(name: String, typeBound: NodeList<ClassOrInterfaceType>)(source)
constructor(name: SimpleName, typeBound: NodeList<ClassOrInterfaceType>, annotations: NodeList<AnnotationExpr>)(source)


constructor(tokenRange: TokenRange, name: SimpleName, typeBound: NodeList<ClassOrInterfaceType>, annotations: NodeList<AnnotationExpr>)(source)

This constructor is used by the parser and is considered private.