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 TypeReference
CoreMetadataFactory.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 class
final class
final class
final class
final class
Fields in com.strobel.assembler.metadata.signatures declared as FieldTypeSignatureModifier and TypeFieldDescriptionprivate final FieldTypeSignature[]
FormalTypeParameter._bounds
private final FieldTypeSignature
Wildcard._extendsBound
private final FieldTypeSignature
Wildcard._superBound
private static final FieldTypeSignature[]
SignatureParser.EMPTY_FIELD_TYPE_SIGNATURES
private final FieldTypeSignature[]
MethodTypeSignature.exceptionTypes
Methods in com.strobel.assembler.metadata.signatures that return FieldTypeSignatureModifier and TypeMethodDescriptionFormalTypeParameter.getBounds()
MethodTypeSignature.getExceptionTypes()
Wildcard.getExtendsBound()
Wildcard.getSuperBound()
private FieldTypeSignature
SignatureParser.parseFieldTypeSignature()
private FieldTypeSignature
SignatureParser.parseThrowsSignature()
private FieldTypeSignature[]
SignatureParser.parseZeroOrMoreBounds()
private FieldTypeSignature[]
SignatureParser.parseZeroOrMoreThrowsSignatures()
Methods in com.strobel.assembler.metadata.signatures with parameters of type FieldTypeSignatureModifier and TypeMethodDescriptionstatic FormalTypeParameter
FormalTypeParameter.make
(String name, FieldTypeSignature[] bounds) static MethodTypeSignature
MethodTypeSignature.make
(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets) static Wildcard
Wildcard.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 FieldTypeSignatureModifierConstructorDescriptionprivate
FormalTypeParameter
(String name, FieldTypeSignature[] bounds) private
MethodTypeSignature
(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets) private
Wildcard
(FieldTypeSignature superBound, FieldTypeSignature extendsBound)