Uses of Class
com.strobel.reflection.TypeList
Packages that use TypeList
Package
Description
-
Uses of TypeList in com.strobel.expressions
Methods in com.strobel.expressions that return TypeListMethods in com.strobel.expressions with parameters of type TypeListModifier and TypeMethodDescriptionstatic MethodCallExpressionExpression.call(Expression target, String methodName, TypeList typeArguments, Expression... arguments) static MethodCallExpressionExpression.call(Expression target, String methodName, TypeList typeArguments, ExpressionList<? extends Expression> arguments) static MethodCallExpressionExpression.call(Type<?> declaringType, String methodName, TypeList typeArguments, Expression... arguments) static MethodCallExpressionExpression.call(Type<?> declaringType, String methodName, TypeList typeArguments, ExpressionList<? extends Expression> arguments) -
Uses of TypeList in com.strobel.reflection
Methods in com.strobel.reflection that return TypeListModifier and TypeMethodDescriptionstatic TypeListstatic TypeListTypeList.empty()TypeBindings.getBoundTypes()protected TypeListType.getDeclaredTypes()final TypeListTypeList.getErasedTypes()Type.getExplicitInterfaces()MethodInfo.getGenericMethodParameters()TypeBindings.getGenericParameters()Type.getGenericTypeParameters()Type.getInterfaces()final TypeListType.getNestedTypes()Type.getNestedTypes(Set<BindingFlags> bindingFlags) ParameterList.getParameterTypes()final TypeListSignatureType.getParameterTypes()MethodBase.getThrownTypes()MethodInfo.getTypeArguments()Type.getTypeArguments()static TypeListstatic TypeListstatic TypeListstatic TypeListstatic TypeListTypeList.subList(int fromIndex, int toIndex) Methods in com.strobel.reflection with parameters of type TypeListModifier and TypeMethodDescriptionTypeBindings.bindingsFor(TypeList genericParameters) static TypeListstatic TypeBindingsstatic TypeBindingsstatic TypeBindingsTypeBindings.createUnbound(TypeList genericParameters) booleanfinal booleanTypeList.isAssignableFrom(TypeList types) final booleanTypeList.isEquivalentTo(TypeList types) static Type<?> Type.makeCompoundType(Type<?> baseType, TypeList interfaces) static Type<?> Type.makeCompoundType(TypeList bounds) MethodInfo.makeGenericMethod(TypeList typeArguments) Type.makeGenericType(TypeList typeArguments) protected Type<?> Type.makeGenericTypeCore(TypeList typeArguments) final BooleanConstructors in com.strobel.reflection with parameters of type TypeList -
Uses of TypeList in com.strobel.reflection.emit
Methods in com.strobel.reflection.emit that return TypeListModifier and TypeMethodDescriptionTypeBuilder.getExplicitInterfaces()MethodBuilder.getGenericMethodParameters()GenericParameterBuilder.getInterfaces()GenericParameterBuilder.getNestedTypes(Set<BindingFlags> bindingFlags) TypeBuilder.getNestedTypes(Set<BindingFlags> bindingFlags) ConstructorBuilder.getParameterTypes()MethodBuilder.getParameterTypes()MethodBuilder.getThrownTypes()GenericParameterBuilder.getTypeArguments()Methods in com.strobel.reflection.emit with parameters of type TypeListModifier and TypeMethodDescriptionTypeBuilder.defineConstructor(int modifiers, TypeList parameterTypes) TypeBuilder.defineConstructor(int modifiers, TypeList parameterTypes, TypeList thrownTypes) TypeBuilder.defineMethod(String name, int modifiers, Type<?> returnType, TypeList parameterTypes) TypeBuilder.defineMethod(String name, int modifiers, Type<?> returnType, TypeList parameterTypes, TypeList thrownTypes) protected Type<?> TypeBuilder.makeGenericTypeCore(TypeList typeArguments) voidGenericParameterBuilder.setInterfaceConstraints(TypeList interfaceConstraints) voidTypeBuilder.setInterfaces(TypeList interfaces) voidMethodBuilder.setParameters(TypeList types) voidConstructorBuilder.setParameterTypes(TypeList parameterTypes) voidMethodBuilder.setSignature(Type<?> returnType, TypeList parameterTypes) voidMethodBuilder.setThrownTypes(TypeList types) Constructors in com.strobel.reflection.emit with parameters of type TypeListModifierConstructorDescriptionConstructorBuilder(int modifiers, TypeList parameterTypes, TypeList thrownTypes, TypeBuilder<?> declaringType) TypeBuilder(String name, int modifiers, Type<?> baseType, TypeList interfaces) TypeBuilder(String name, int modifiers, Type<?> baseType, TypeList interfaces, MethodHandles.Lookup packageAccess) -
Uses of TypeList in com.strobel.util
Methods in com.strobel.util with parameters of type TypeListModifier and TypeMethodDescriptionstatic booleanTypeUtils.areEquivalent(TypeList types1, TypeList types2) static booleanTypeUtils.areEquivalentWithOrdering(TypeList types1, TypeList types2)