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 ITypeInfoTypeProxy.getDeclaringType()ITypeInfo.getElementType()final ITypeInfoTypeProxy.getElementType()ITypeInfo.getExtendsConstraint()final ITypeInfoTypeProxy.getExtendsConstraint()ITypeInfo.getGenericDefinition()final ITypeInfoTypeProxy.getGenericDefinition()ITypeInfo.getSuperClass()final ITypeInfoTypeProxy.getSuperClass()ITypeInfo.getSuperConstraint()final ITypeInfoTypeProxy.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 voidTypeProxy.setDelegate(ITypeInfo delegate) Constructors in com.strobel.decompiler.types with parameters of type ITypeInfo