Uses of Interface
com.strobel.decompiler.types.ITypeInfo
Packages that use ITypeInfo
-
Uses of ITypeInfo in com.strobel.decompiler.types
Classes in com.strobel.decompiler.types that implement ITypeInfoFields in com.strobel.decompiler.types declared as ITypeInfoMethods in com.strobel.decompiler.types that return ITypeInfoModifier and TypeMethodDescriptionITypeInfo.getDeclaringType()
final ITypeInfo
TypeProxy.getDeclaringType()
ITypeInfo.getElementType()
final ITypeInfo
TypeProxy.getElementType()
ITypeInfo.getExtendsConstraint()
final ITypeInfo
TypeProxy.getExtendsConstraint()
ITypeInfo.getGenericDefinition()
final ITypeInfo
TypeProxy.getGenericDefinition()
ITypeInfo.getSuperClass()
final ITypeInfo
TypeProxy.getSuperClass()
ITypeInfo.getSuperConstraint()
final ITypeInfo
TypeProxy.getSuperConstraint()
Methods in com.strobel.decompiler.types that return types with arguments of type ITypeInfoModifier and TypeMethodDescriptionITypeInfo.getGenericParameters()
final ImmutableList
<ITypeInfo> TypeProxy.getGenericParameters()
ITypeInfo.getSuperInterfaces()
final ImmutableList
<ITypeInfo> TypeProxy.getSuperInterfaces()
ITypeInfo.getTypeArguments()
final ImmutableList
<ITypeInfo> TypeProxy.getTypeArguments()
Methods in com.strobel.decompiler.types with parameters of type ITypeInfoModifier and TypeMethodDescription(package private) final void
TypeProxy.setDelegate
(ITypeInfo delegate) Constructors in com.strobel.decompiler.types with parameters of type ITypeInfo