Uses of Class
com.strobel.expressions.HoistedLocals
-
Packages that use HoistedLocals Package Description com.strobel.expressions -
-
Uses of HoistedLocals in com.strobel.expressions
Fields in com.strobel.expressions declared as HoistedLocals Modifier and Type Field Description private HoistedLocals
CompilerScope. _closureHoistedLocals
private HoistedLocals
CompilerScope. _hoistedLocals
(package private) HoistedLocals
HoistedLocals. parent
Methods in com.strobel.expressions that return HoistedLocals Modifier and Type Method Description (package private) HoistedLocals
CompilerScope. getNearestHoistedLocals()
Methods in com.strobel.expressions with parameters of type HoistedLocals Modifier and Type Method Description private 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 HoistedLocals Constructor Description HoistedLocals(HoistedLocals parent, ParameterExpression... variables)
HoistedLocals(HoistedLocals parent, ParameterExpressionList variables)
-