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._formalTypeParametersprivate static final FormalTypeParameter[]SignatureParser.EMPTY_FORMAL_TYPE_PARAMETERSprivate final FormalTypeParameter[]MethodTypeSignature.formalTypeParamsMethods in com.strobel.assembler.metadata.signatures that return FormalTypeParameterModifier and TypeMethodDescriptionClassSignature.getFormalTypeParameters()MethodTypeSignature.getFormalTypeParameters()Signature.getFormalTypeParameters()static FormalTypeParameterFormalTypeParameter.make(String name, FieldTypeSignature[] bounds) private FormalTypeParameterSignatureParser.parseFormalTypeParameter()private FormalTypeParameter[]SignatureParser.parseFormalTypeParameters()private FormalTypeParameter[]SignatureParser.parseZeroOrMoreFormalTypeParameters()Methods in com.strobel.assembler.metadata.signatures with parameters of type FormalTypeParameterModifier and TypeMethodDescriptionstatic ClassSignatureClassSignature.make(FormalTypeParameter[] ftps, ClassTypeSignature sc, ClassTypeSignature[] sis) static MethodTypeSignatureMethodTypeSignature.make(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets) voidReifier.visitFormalTypeParameter(FormalTypeParameter ftp) voidTypeTreeVisitor.visitFormalTypeParameter(FormalTypeParameter ftp) Constructors in com.strobel.assembler.metadata.signatures with parameters of type FormalTypeParameterModifierConstructorDescriptionprivateClassSignature(FormalTypeParameter[] ftps, ClassTypeSignature sc, ClassTypeSignature[] sis) privateMethodTypeSignature(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets)