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 HoistedLocals
CompilerScope._closureHoistedLocals
private HoistedLocals
CompilerScope._hoistedLocals
(package private) final HoistedLocals
HoistedLocals.parent
Methods in com.strobel.expressions that return HoistedLocalsModifier and TypeMethodDescription(package private) HoistedLocals
CompilerScope.getNearestHoistedLocals()
Methods in com.strobel.expressions with parameters of type HoistedLocalsModifier and TypeMethodDescriptionprivate void
CompilerScope.emitClosureAccess
(LambdaCompiler lc, HoistedLocals locals) private void
CompilerScope.emitClosureToVariable
(LambdaCompiler lc, HoistedLocals locals) private CompilerScope.Storage
CompilerScope.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)