public interface ParTypeDecl extends Parameterization
| Modifier and Type | Method and Description |
|---|---|
Access |
createQualifiedAccess() |
TypeDecl |
genericDecl() |
Access |
getArgument(int index) |
int |
getNumArgument() |
boolean |
isParameterizedType() |
boolean |
isRawType() |
SimpleSet |
localFields(String name) |
HashMap |
localMethodsSignatureMap() |
String |
nameWithArgs() |
int |
numTypeParameter() |
boolean |
sameArgument(ParTypeDecl decl) |
boolean |
sameSignature(Access a) |
boolean |
sameSignature(ArrayList list) |
Access |
substitute(Parameterization parTypeDecl) |
TypeDecl |
substitute(TypeVariable typeVariable) |
void |
transformation() |
String |
typeName() |
TypeVariable |
typeParameter(int index) |
int getNumArgument()
Access getArgument(int index)
String typeName()
HashMap localMethodsSignatureMap()
TypeDecl substitute(TypeVariable typeVariable)
substitute in interface Parameterizationint numTypeParameter()
TypeVariable typeParameter(int index)
Access substitute(Parameterization parTypeDecl)
Access createQualifiedAccess()
void transformation()
boolean isParameterizedType()
boolean isRawType()
isRawType in interface Parameterizationboolean sameArgument(ParTypeDecl decl)
boolean sameSignature(Access a)
boolean sameSignature(ArrayList list)
String nameWithArgs()
TypeDecl genericDecl()
Copyright © 2020 Soot OSS. All rights reserved.