Uses of Class
com.strobel.expressions.MethodCallExpression
Packages that use MethodCallExpression
-
Uses of MethodCallExpression in com.strobel.expressions
Methods 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) MethodCallExpression.update(Expression target, ExpressionList<? extends Expression> arguments) Methods in com.strobel.expressions with parameters of type MethodCallExpressionModifier and TypeMethodDescriptionprotected ExpressionExpressionVisitor.visitMethodCall(MethodCallExpression node)