Uses of Class
com.strobel.expressions.LambdaExpression
Packages that use LambdaExpression
-
Uses of LambdaExpression in com.strobel.compilerservices
Methods in com.strobel.compilerservices with parameters of type LambdaExpressionModifier and TypeMethodDescriptionabstract voidDebugInfoGenerator.markSequencePoint(LambdaExpression<?> method, int bytecodeOffset, Expression sequencePoint) voidDebugInfoGenerator.markSequencePoint(LambdaExpression<?> method, MethodBase methodBase, CodeGenerator generator, Expression sequencePoint) -
Uses of LambdaExpression in com.strobel.expressions
Methods in com.strobel.expressions that return LambdaExpressionModifier and TypeMethodDescriptionBinaryExpression.getConversion()static LambdaExpression<?> Expression.lambda(Expression body, boolean tailCall, ParameterExpression... parameters) static LambdaExpression<?> Expression.lambda(Expression body, boolean tailCall, ParameterExpressionList parameters) static LambdaExpression<?> Expression.lambda(Expression body, ParameterExpression... parameters) static LambdaExpression<?> Expression.lambda(Expression body, ParameterExpressionList parameters) static <T> LambdaExpression<T> Expression.lambda(Type<?> interfaceType, Expression body, boolean tailCall, ParameterExpression... parameters) static <T> LambdaExpression<T> Expression.lambda(Type<?> interfaceType, Expression body, boolean tailCall, ParameterExpressionList parameters) static <T> LambdaExpression<T> Expression.lambda(Type<?> interfaceType, Expression body, ParameterExpression... parameters) static <T> LambdaExpression<T> Expression.lambda(Type<?> interfaceType, Expression body, ParameterExpressionList parameters) static <T> LambdaExpression<T> Expression.lambda(Type<?> interfaceType, String name, Expression body, boolean tailCall, ParameterExpression... parameters) static <T> LambdaExpression<T> Expression.lambda(Type<?> interfaceType, String name, Expression body, boolean tailCall, ParameterExpressionList parameters) static <T> LambdaExpression<T> Expression.lambda(Type<?> interfaceType, String name, Expression body, ParameterExpression... parameters) static LambdaExpression<?> Expression.lambda(String name, Expression body, boolean tailCall, ParameterExpression... parameters) static LambdaExpression<?> Expression.lambda(String name, Expression body, ParameterExpression... parameters) final LambdaExpression<T> LambdaExpression.update(Expression body, ParameterExpressionList parameters) Methods in com.strobel.expressions with parameters of type LambdaExpressionModifier and TypeMethodDescriptionstatic BinaryExpressionExpression.addAssign(Expression left, Expression right, MethodInfo method, LambdaExpression<?> conversion) static BinaryExpressionExpression.andAssign(Expression left, Expression right, MethodInfo method, LambdaExpression<?> conversion) static BinaryExpressionExpression.coalesce(Expression left, Expression right, LambdaExpression<?> conversion) static BinaryExpressionExpression.divideAssign(Expression left, Expression right, MethodInfo method, LambdaExpression<?> conversion) static BinaryExpressionExpression.exclusiveOrAssign(Expression left, Expression right, MethodInfo method, LambdaExpression<?> conversion) static BinaryExpressionExpression.leftShiftAssign(Expression left, Expression right, MethodInfo method, LambdaExpression<?> conversion) static BinaryExpressionExpression.makeBinary(ExpressionType binaryType, Expression left, Expression right, MethodInfo method, LambdaExpression<?> conversion) static BinaryExpressionExpression.moduloAssign(Expression left, Expression right, MethodInfo method, LambdaExpression<?> conversion) static BinaryExpressionExpression.multiplyAssign(Expression left, Expression right, MethodInfo method, LambdaExpression<?> conversion) static BinaryExpressionExpression.orAssign(Expression left, Expression right, MethodInfo method, LambdaExpression<?> conversion) static BinaryExpressionExpression.rightShiftAssign(Expression left, Expression right, MethodInfo method, LambdaExpression<?> conversion) static BinaryExpressionExpression.subtractAssign(Expression left, Expression right, MethodInfo method, LambdaExpression<?> conversion) static BinaryExpressionExpression.unsignedRightShiftAssign(Expression left, Expression right, MethodInfo method, LambdaExpression<?> conversion) BinaryExpression.update(Expression left, LambdaExpression<?> conversion, Expression right) InvocationExpression.update(LambdaExpression lambda, ExpressionList<? extends Expression> arguments) protected <T> ExpressionExpressionVisitor.visitLambda(LambdaExpression<T> node)