Uses of Class
com.strobel.expressions.HoistedLocals
Packages that use HoistedLocals
-
Uses of HoistedLocals in com.strobel.expressions
Fields in com.strobel.expressions declared as HoistedLocalsModifier and TypeFieldDescriptionprivate HoistedLocalsCompilerScope._closureHoistedLocalsprivate HoistedLocalsCompilerScope._hoistedLocals(package private) final HoistedLocalsHoistedLocals.parentMethods in com.strobel.expressions that return HoistedLocalsModifier and TypeMethodDescription(package private) HoistedLocalsCompilerScope.getNearestHoistedLocals()Methods in com.strobel.expressions with parameters of type HoistedLocalsModifier and TypeMethodDescriptionprivate voidCompilerScope.emitClosureAccess(LambdaCompiler lc, HoistedLocals locals) private voidCompilerScope.emitClosureToVariable(LambdaCompiler lc, HoistedLocals locals) private CompilerScope.StorageCompilerScope.resolveVariable(ParameterExpression variable, HoistedLocals hoistedLocals) Constructors in com.strobel.expressions with parameters of type HoistedLocalsModifierConstructorDescription(package private)HoistedLocals(HoistedLocals parent, ParameterExpression... variables) (package private)HoistedLocals(HoistedLocals parent, ParameterExpressionList variables)