Class ClassSignature
java.lang.Object
com.strobel.assembler.metadata.signatures.ClassSignature
-
Method Summary
Modifier and TypeMethodDescriptionvoidstatic ClassSignaturemake(FormalTypeParameter[] ftps, ClassTypeSignature sc, ClassTypeSignature[] sis)
-
Method Details
-
make
public static ClassSignature make(FormalTypeParameter[] ftps, ClassTypeSignature sc, ClassTypeSignature[] sis) -
getFormalTypeParameters
- Specified by:
getFormalTypeParametersin interfaceSignature
-
getSuperType
-
getInterfaces
-
accept
-