Uses of Interface
com.strobel.assembler.metadata.signatures.ReturnType
-
Packages that use ReturnType Package Description com.strobel.assembler.metadata.signatures -
-
Uses of ReturnType in com.strobel.assembler.metadata.signatures
Subinterfaces of ReturnType in com.strobel.assembler.metadata.signatures Modifier and Type Interface Description interfaceBaseTypeinterfaceFieldTypeSignatureinterfaceTypeSignatureClasses in com.strobel.assembler.metadata.signatures that implement ReturnType Modifier and Type Class Description classArrayTypeSignatureclassBooleanSignatureclassBottomSignatureclassByteSignatureclassCharSignatureclassClassTypeSignatureclassDoubleSignatureclassFloatSignatureclassIntSignatureclassLongSignatureclassShortSignatureclassSimpleClassTypeSignatureclassTypeVariableSignatureclassVoidSignatureFields in com.strobel.assembler.metadata.signatures declared as ReturnType Modifier and Type Field Description private ReturnTypeMethodTypeSignature. returnTypeMethods in com.strobel.assembler.metadata.signatures that return ReturnType Modifier and Type Method Description ReturnTypeMethodTypeSignature. getReturnType()private ReturnTypeSignatureParser. parseReturnType()Methods in com.strobel.assembler.metadata.signatures with parameters of type ReturnType Modifier and Type Method Description static MethodTypeSignatureMethodTypeSignature. make(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets)Constructors in com.strobel.assembler.metadata.signatures with parameters of type ReturnType Constructor Description MethodTypeSignature(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets)
-