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 classMethods in com.strobel.expressions that return MethodCallExpressionModifier and TypeMethodDescriptionstatic MethodCallExpressionExpression.call(Expression target, MethodInfo method, Expression... arguments) static MethodCallExpressionExpression.call(Expression target, MethodInfo method, ExpressionList<? extends Expression> arguments) static MethodCallExpressionExpression.call(Expression target, String methodName, Expression... arguments) static 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(MethodInfo method, Expression... arguments) /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////static MethodCallExpressionExpression.call(MethodInfo method, ExpressionList<? extends Expression> arguments) static MethodCallExpressionExpression.call(Type<?> declaringType, String methodName, 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) (package private) final MethodCallExpressionInstanceMethodCallExpressionN.rewrite(Expression target, ExpressionList<? extends Expression> arguments) (package private) MethodCallExpressionMethodCallExpression.rewrite(Expression target, ExpressionList<? extends Expression> arguments) (package private) final MethodCallExpressionMethodCallExpressionN.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 voidLambdaCompiler.emitMethodCall(Expression target, MethodInfo method, MethodCallExpression expr, int flags) protected ExpressionDebugViewWriter.visitMethodCall(MethodCallExpression node) protected ExpressionExpressionStringBuilder.visitMethodCall(MethodCallExpression node) protected ExpressionExpressionVisitor.visitMethodCall(MethodCallExpression node)