public interface GenericTypeDecl
| Modifier and Type | Method and Description |
|---|---|
SimpleSet |
addTypeVariables(SimpleSet c,
String name) |
List |
createArgumentList(ArrayList params) |
String |
fullName() |
int |
getNumTypeParameter() |
TypeVariable |
getTypeParameter(int index) |
List |
getTypeParameterList() |
boolean |
isGenericType() |
TypeDecl |
lookupParTypeDecl(ArrayList list) |
TypeDecl |
lookupParTypeDecl(ParTypeAccess p) |
TypeDecl |
makeGeneric(Signatures.ClassSignature s) |
TypeDecl |
original() |
TypeDecl |
rawType() |
String |
typeName() |
TypeDecl original()
int getNumTypeParameter()
TypeVariable getTypeParameter(int index)
List getTypeParameterList()
String fullName()
String typeName()
TypeDecl makeGeneric(Signatures.ClassSignature s)
boolean isGenericType()
TypeDecl rawType()
TypeDecl lookupParTypeDecl(ParTypeAccess p)
Copyright © 2020 Soot OSS. All rights reserved.