Package com.strobel.expressions
Class HoistedLocals
java.lang.Object
com.strobel.expressions.HoistedLocals
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Map
<ParameterExpression, Integer> (package private) final HoistedLocals
(package private) final ParameterExpression
(package private) final ParameterExpressionList
-
Constructor Summary
ConstructorsConstructorDescriptionHoistedLocals
(HoistedLocals parent, ParameterExpression... variables) HoistedLocals
(HoistedLocals parent, ParameterExpressionList variables) -
Method Summary
Modifier and TypeMethodDescription(package private) static Object[]
(package private) ParameterExpression
-
Field Details
-
parent
-
indexes
-
variables
-
selfVariable
-
-
Constructor Details
-
HoistedLocals
HoistedLocals(HoistedLocals parent, ParameterExpression... variables) -
HoistedLocals
HoistedLocals(HoistedLocals parent, ParameterExpressionList variables)
-
-
Method Details
-
getParentVariable
ParameterExpression getParentVariable() -
getParent
-