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) class
TypeProxy
Fields in com.strobel.decompiler.types declared as ITypeInfo Modifier and Type Field Description private ITypeInfo
TypeProxy. _delegate
Methods in com.strobel.decompiler.types that return ITypeInfo Modifier and Type Method Description ITypeInfo
ITypeInfo. getDeclaringType()
ITypeInfo
TypeProxy. getDeclaringType()
ITypeInfo
ITypeInfo. getElementType()
ITypeInfo
TypeProxy. getElementType()
ITypeInfo
ITypeInfo. getExtendsConstraint()
ITypeInfo
TypeProxy. getExtendsConstraint()
ITypeInfo
ITypeInfo. getGenericDefinition()
ITypeInfo
TypeProxy. getGenericDefinition()
ITypeInfo
ITypeInfo. getSuperClass()
ITypeInfo
TypeProxy. getSuperClass()
ITypeInfo
ITypeInfo. getSuperConstraint()
ITypeInfo
TypeProxy. 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) void
TypeProxy. setDelegate(ITypeInfo delegate)
Constructors in com.strobel.decompiler.types with parameters of type ITypeInfo Constructor Description TypeProxy(ITypeInfo delegate)
-