Uses of Class
com.strobel.expressions.MethodCallExpression
Packages that use MethodCallExpression
-
Uses of MethodCallExpression in com.strobel.expressions
Subclasses of MethodCallExpression in com.strobel.expressionsModifier and TypeClassDescription(package private) final class
(package private) final class
Methods in com.strobel.expressions that return MethodCallExpressionModifier and TypeMethodDescriptionstatic MethodCallExpression
Expression.call
(Expression target, MethodInfo method, Expression... arguments) static MethodCallExpression
Expression.call
(Expression target, MethodInfo method, ExpressionList<? extends Expression> arguments) static MethodCallExpression
Expression.call
(Expression target, String methodName, Expression... arguments) static MethodCallExpression
Expression.call
(Expression target, String methodName, TypeList typeArguments, Expression... arguments) static MethodCallExpression
Expression.call
(Expression target, String methodName, TypeList typeArguments, ExpressionList<? extends Expression> arguments) static MethodCallExpression
Expression.call
(MethodInfo method, Expression... arguments) static MethodCallExpression
Expression.call
(MethodInfo method, ExpressionList<? extends Expression> arguments) static MethodCallExpression
Expression.call
(Type<?> declaringType, String methodName, Expression... arguments) static MethodCallExpression
Expression.call
(Type<?> declaringType, String methodName, TypeList typeArguments, Expression... arguments) static MethodCallExpression
Expression.call
(Type<?> declaringType, String methodName, TypeList typeArguments, ExpressionList<? extends Expression> arguments) (package private) final MethodCallExpression
InstanceMethodCallExpressionN.rewrite
(Expression target, ExpressionList<? extends Expression> arguments) (package private) MethodCallExpression
MethodCallExpression.rewrite
(Expression target, ExpressionList<? extends Expression> arguments) (package private) final MethodCallExpression
MethodCallExpressionN.rewrite
(Expression target, ExpressionList<? extends Expression> arguments) MethodCallExpression.update
(Expression target, ExpressionList<? extends Expression> arguments) Methods in com.strobel.expressions with parameters of type MethodCallExpressionModifier and TypeMethodDescriptionprivate void
LambdaCompiler.emitMethodCall
(Expression target, MethodInfo method, MethodCallExpression expr, int flags) protected Expression
DebugViewWriter.visitMethodCall
(MethodCallExpression node) protected Expression
ExpressionStringBuilder.visitMethodCall
(MethodCallExpression node) protected Expression
ExpressionVisitor.visitMethodCall
(MethodCallExpression node)