| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v) |
FieldTypeSignature[] |
getExceptionTypes() |
FormalTypeParameter[] |
getFormalTypeParameters() |
TypeSignature[] |
getParameterTypes() |
ReturnType |
getReturnType() |
static MethodTypeSignature |
make(FormalTypeParameter[] ftps,
TypeSignature[] pts,
ReturnType rt,
FieldTypeSignature[] ets) |
public static MethodTypeSignature make(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets)
public FormalTypeParameter[] getFormalTypeParameters()
getFormalTypeParameters in interface Signaturepublic TypeSignature[] getParameterTypes()
public ReturnType getReturnType()
public FieldTypeSignature[] getExceptionTypes()
public void accept(Visitor v)