Uses of Class
com.strobel.expressions.LambdaCompiler
Packages that use LambdaCompiler
-
Uses of LambdaCompiler in com.strobel.expressions
Fields in com.strobel.expressions declared as LambdaCompilerModifier and TypeFieldDescription(package private) final LambdaCompilerCompilerScope.Storage.compilerMethods in com.strobel.expressions with parameters of type LambdaCompilerModifier and TypeMethodDescription(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, Object value, Type<?> type) private voidBoundConstants.emitConstantFromArray(LambdaCompiler lc, 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 LambdaCompilerModifierConstructorDescriptionprivateArgumentStorage(LambdaCompiler compiler, ParameterExpression p) privateLambdaCompiler(LambdaCompiler parent, LambdaExpression lambda) privateLocalBoxStorage(LambdaCompiler compiler, ParameterExpression variable) privateLocalStorage(LambdaCompiler compiler, ParameterExpression variable) protectedStorage(LambdaCompiler compiler, ParameterExpression variable)