Uses of Interface
com.strobel.assembler.metadata.signatures.FieldTypeSignature
Packages that use FieldTypeSignature
-
Uses of FieldTypeSignature in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata with parameters of type FieldTypeSignatureModifier and TypeMethodDescriptionprotected TypeReferenceCoreMetadataFactory.makeTypeBound(FieldTypeSignature... bounds) CoreMetadataFactory.makeTypeVariable(String name, FieldTypeSignature[] bounds) CoreMetadataFactory.makeWildcard(FieldTypeSignature superBound, FieldTypeSignature extendsBound) -
Uses of FieldTypeSignature in com.strobel.assembler.metadata.signatures
Classes in com.strobel.assembler.metadata.signatures that implement FieldTypeSignatureModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classFields in com.strobel.assembler.metadata.signatures declared as FieldTypeSignatureModifier and TypeFieldDescriptionprivate final FieldTypeSignature[]FormalTypeParameter._boundsprivate final FieldTypeSignatureWildcard._extendsBoundprivate final FieldTypeSignatureWildcard._superBoundprivate static final FieldTypeSignature[]SignatureParser.EMPTY_FIELD_TYPE_SIGNATURESprivate final FieldTypeSignature[]MethodTypeSignature.exceptionTypesMethods in com.strobel.assembler.metadata.signatures that return FieldTypeSignatureModifier and TypeMethodDescriptionFormalTypeParameter.getBounds()MethodTypeSignature.getExceptionTypes()Wildcard.getExtendsBound()Wildcard.getSuperBound()private FieldTypeSignatureSignatureParser.parseFieldTypeSignature()private FieldTypeSignatureSignatureParser.parseThrowsSignature()private FieldTypeSignature[]SignatureParser.parseZeroOrMoreBounds()private FieldTypeSignature[]SignatureParser.parseZeroOrMoreThrowsSignatures()Methods in com.strobel.assembler.metadata.signatures with parameters of type FieldTypeSignatureModifier and TypeMethodDescriptionstatic FormalTypeParameterFormalTypeParameter.make(String name, FieldTypeSignature[] bounds) static MethodTypeSignatureMethodTypeSignature.make(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets) static WildcardWildcard.make(FieldTypeSignature superBound, FieldTypeSignature extendsBound) MetadataFactory.makeTypeVariable(String name, FieldTypeSignature[] bounds) MetadataFactory.makeWildcard(FieldTypeSignature superBound, FieldTypeSignature extendsBounds) Constructors in com.strobel.assembler.metadata.signatures with parameters of type FieldTypeSignatureModifierConstructorDescriptionprivateFormalTypeParameter(String name, FieldTypeSignature[] bounds) privateMethodTypeSignature(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets) privateWildcard(FieldTypeSignature superBound, FieldTypeSignature extendsBound)