| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v) |
FormalTypeParameter[] |
getFormalTypeParameters() |
ClassTypeSignature[] |
getInterfaces() |
ClassTypeSignature |
getSuperType() |
static ClassSignature |
make(FormalTypeParameter[] ftps,
ClassTypeSignature sc,
ClassTypeSignature[] sis) |
public static ClassSignature make(FormalTypeParameter[] ftps, ClassTypeSignature sc, ClassTypeSignature[] sis)
public FormalTypeParameter[] getFormalTypeParameters()
getFormalTypeParameters in interface Signaturepublic ClassTypeSignature getSuperType()
public ClassTypeSignature[] getInterfaces()
public void accept(Visitor v)