Uses of Interface
com.strobel.decompiler.types.ITypeInfo
-
Packages that use ITypeInfo Package Description com.strobel.decompiler.types -
-
Uses of ITypeInfo in com.strobel.decompiler.types
Classes in com.strobel.decompiler.types that implement ITypeInfo Modifier and Type Class Description (package private) classTypeProxyFields in com.strobel.decompiler.types declared as ITypeInfo Modifier and Type Field Description private ITypeInfoTypeProxy. _delegateMethods in com.strobel.decompiler.types that return ITypeInfo Modifier and Type Method Description ITypeInfoITypeInfo. getDeclaringType()ITypeInfoTypeProxy. getDeclaringType()ITypeInfoITypeInfo. getElementType()ITypeInfoTypeProxy. getElementType()ITypeInfoITypeInfo. getExtendsConstraint()ITypeInfoTypeProxy. getExtendsConstraint()ITypeInfoITypeInfo. getGenericDefinition()ITypeInfoTypeProxy. getGenericDefinition()ITypeInfoITypeInfo. getSuperClass()ITypeInfoTypeProxy. getSuperClass()ITypeInfoITypeInfo. getSuperConstraint()ITypeInfoTypeProxy. getSuperConstraint()Methods in com.strobel.decompiler.types that return types with arguments of type ITypeInfo Modifier and Type Method Description ImmutableList<ITypeInfo>ITypeInfo. getGenericParameters()ImmutableList<ITypeInfo>TypeProxy. getGenericParameters()ImmutableList<ITypeInfo>ITypeInfo. getSuperInterfaces()ImmutableList<ITypeInfo>TypeProxy. getSuperInterfaces()ImmutableList<ITypeInfo>ITypeInfo. getTypeArguments()ImmutableList<ITypeInfo>TypeProxy. getTypeArguments()Methods in com.strobel.decompiler.types with parameters of type ITypeInfo Modifier and Type Method Description (package private) voidTypeProxy. setDelegate(ITypeInfo delegate)Constructors in com.strobel.decompiler.types with parameters of type ITypeInfo Constructor Description TypeProxy(ITypeInfo delegate)
-