Class ClassSignature
java.lang.Object
com.strobel.assembler.metadata.signatures.ClassSignature
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ClassTypeSignature
private final FormalTypeParameter[]
private final ClassTypeSignature[]
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ClassSignature
(FormalTypeParameter[] ftps, ClassTypeSignature sc, ClassTypeSignature[] sis) -
Method Summary
Modifier and TypeMethodDescriptionvoid
static ClassSignature
make
(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:
getFormalTypeParameters
in interfaceSignature
-
getSuperType
-
getInterfaces
-
accept
-