Uses of Class
com.strobel.assembler.metadata.signatures.FormalTypeParameter
Packages that use FormalTypeParameter
-
Uses of FormalTypeParameter in com.strobel.assembler.metadata.signatures
Fields in com.strobel.assembler.metadata.signatures declared as FormalTypeParameterModifier and TypeFieldDescriptionprivate final FormalTypeParameter[]
ClassSignature._formalTypeParameters
private static final FormalTypeParameter[]
SignatureParser.EMPTY_FORMAL_TYPE_PARAMETERS
private final FormalTypeParameter[]
MethodTypeSignature.formalTypeParams
Methods in com.strobel.assembler.metadata.signatures that return FormalTypeParameterModifier and TypeMethodDescriptionClassSignature.getFormalTypeParameters()
MethodTypeSignature.getFormalTypeParameters()
Signature.getFormalTypeParameters()
static FormalTypeParameter
FormalTypeParameter.make
(String name, FieldTypeSignature[] bounds) private FormalTypeParameter
SignatureParser.parseFormalTypeParameter()
private FormalTypeParameter[]
SignatureParser.parseFormalTypeParameters()
private FormalTypeParameter[]
SignatureParser.parseZeroOrMoreFormalTypeParameters()
Methods in com.strobel.assembler.metadata.signatures with parameters of type FormalTypeParameterModifier and TypeMethodDescriptionstatic ClassSignature
ClassSignature.make
(FormalTypeParameter[] ftps, ClassTypeSignature sc, ClassTypeSignature[] sis) static MethodTypeSignature
MethodTypeSignature.make
(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets) void
Reifier.visitFormalTypeParameter
(FormalTypeParameter ftp) void
TypeTreeVisitor.visitFormalTypeParameter
(FormalTypeParameter ftp) Constructors in com.strobel.assembler.metadata.signatures with parameters of type FormalTypeParameterModifierConstructorDescriptionprivate
ClassSignature
(FormalTypeParameter[] ftps, ClassTypeSignature sc, ClassTypeSignature[] sis) private
MethodTypeSignature
(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets)