Class ClassSignature
java.lang.Object
com.strobel.assembler.metadata.signatures.ClassSignature
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ClassTypeSignatureprivate final FormalTypeParameter[]private final ClassTypeSignature[] -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateClassSignature(FormalTypeParameter[] ftps, ClassTypeSignature sc, ClassTypeSignature[] sis) -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic ClassSignaturemake(FormalTypeParameter[] ftps, ClassTypeSignature sc, ClassTypeSignature[] sis)
-
Field Details
-
_formalTypeParameters
-
_baseClass
-
_interfaces
-
-
Constructor Details
-
ClassSignature
-
-
Method Details
-
make
public static ClassSignature make(FormalTypeParameter[] ftps, ClassTypeSignature sc, ClassTypeSignature[] sis) -
getFormalTypeParameters
- Specified by:
getFormalTypeParametersin interfaceSignature
-
getSuperType
-
getInterfaces
-
accept
-