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 classMethods in com.strobel.assembler.metadata.signatures that return FieldTypeSignatureModifier and TypeMethodDescriptionFormalTypeParameter.getBounds()MethodTypeSignature.getExceptionTypes()Wildcard.getExtendsBound()Wildcard.getSuperBound()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)