Uses of Class
com.strobel.expressions.LambdaCompiler
-
Packages that use LambdaCompiler Package Description com.strobel.expressions -
-
Uses of LambdaCompiler in com.strobel.expressions
Fields in com.strobel.expressions declared as LambdaCompiler Modifier and Type Field Description (package private) LambdaCompilerCompilerScope.Storage. compilerMethods in com.strobel.expressions with parameters of type LambdaCompiler Modifier and Type Method Description (package private) voidCompilerScope. addLocal(LambdaCompiler lc, ParameterExpression variable)private voidCompilerScope. allocateLocals(LambdaCompiler lc)private voidCompilerScope. cacheBoxToLocal(LambdaCompiler lc, ParameterExpression v)(package private) voidBoundConstants. emitCacheConstants(LambdaCompiler lc)private voidCompilerScope. emitClosureAccess(LambdaCompiler lc, HoistedLocals locals)private voidLambdaCompiler. emitClosureCreation(LambdaCompiler inner)private voidCompilerScope. emitClosureToVariable(LambdaCompiler lc, HoistedLocals locals)(package private) voidBoundConstants. emitConstant(LambdaCompiler lc, java.lang.Object value, Type<?> type)private voidBoundConstants. emitConstantFromArray(LambdaCompiler lc, java.lang.Object value, Type type)private static voidBoundConstants. emitConstantsArray(LambdaCompiler lc)private voidLambdaCompiler. emitDelegateConstruction(LambdaCompiler inner)private voidCompilerScope. emitNewHoistedLocals(LambdaCompiler lc)(package private) voidCompilerScope. emitVariableAccess(LambdaCompiler lc, ParameterExpressionList vars)(package private) CompilerScopeCompilerScope. enter(LambdaCompiler lc, CompilerScope parent)private voidCompilerScope. setParent(LambdaCompiler lc, CompilerScope parent)Constructors in com.strobel.expressions with parameters of type LambdaCompiler Constructor Description ArgumentStorage(LambdaCompiler compiler, ParameterExpression p)LambdaCompiler(LambdaCompiler parent, LambdaExpression lambda)LocalBoxStorage(LambdaCompiler compiler, ParameterExpression variable)LocalStorage(LambdaCompiler compiler, ParameterExpression variable)Storage(LambdaCompiler compiler, ParameterExpression variable)
-