public class FormalTypeParameter extends Signature
| Modifier and Type | Method and Description |
|---|---|
TypeSignature |
getClassBound() |
String |
getIdentifier() |
TypeSignature[] |
getInterfaceBounds() |
static FormalTypeParameter[] |
getTypeParameters(IClass klass) |
static FormalTypeParameter[] |
getTypeParameters(IMethod method) |
static FormalTypeParameter |
make(String string) |
public static FormalTypeParameter make(String string) throws IllegalArgumentException
IllegalArgumentExceptionpublic TypeSignature getClassBound()
public String getIdentifier()
public TypeSignature[] getInterfaceBounds()
public static FormalTypeParameter[] getTypeParameters(IClass klass) throws com.ibm.wala.shrikeCT.InvalidClassFileException
klass - com.ibm.wala.shrikeCT.InvalidClassFileExceptionpublic static FormalTypeParameter[] getTypeParameters(IMethod method) throws com.ibm.wala.shrikeCT.InvalidClassFileException
com.ibm.wala.shrikeCT.InvalidClassFileExceptionCopyright © 2015. All rights reserved.