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 interface
BaseType
interface
FieldTypeSignature
interface
TypeSignature
Classes in com.strobel.assembler.metadata.signatures that implement ReturnType Modifier and Type Class Description class
ArrayTypeSignature
class
BooleanSignature
class
BottomSignature
class
ByteSignature
class
CharSignature
class
ClassTypeSignature
class
DoubleSignature
class
FloatSignature
class
IntSignature
class
LongSignature
class
ShortSignature
class
SimpleClassTypeSignature
class
TypeVariableSignature
class
VoidSignature
Fields in com.strobel.assembler.metadata.signatures declared as ReturnType Modifier and Type Field Description private ReturnType
MethodTypeSignature. returnType
Methods in com.strobel.assembler.metadata.signatures that return ReturnType Modifier and Type Method Description ReturnType
MethodTypeSignature. getReturnType()
private ReturnType
SignatureParser. parseReturnType()
Methods in com.strobel.assembler.metadata.signatures with parameters of type ReturnType Modifier and Type Method Description static MethodTypeSignature
MethodTypeSignature. 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)
-