Uses of Class
com.strobel.expressions.CompilerScope
Packages that use CompilerScope
-
Uses of CompilerScope in com.strobel.expressions
Fields in com.strobel.expressions declared as CompilerScopeModifier and TypeFieldDescriptionprivate CompilerScope
CompilerScope._parent
private CompilerScope
LambdaCompiler._scope
Fields in com.strobel.expressions with type parameters of type CompilerScopeModifier and TypeFieldDescriptionprivate final Stack
<CompilerScope> VariableBinder._scopes
(package private) final Map
<Object, CompilerScope> AnalyzedTree.scopes
Methods in com.strobel.expressions that return CompilerScopeModifier and TypeMethodDescription(package private) CompilerScope
CompilerScope.enter
(LambdaCompiler lc, CompilerScope parent) (package private) CompilerScope
CompilerScope.exit()
Methods in com.strobel.expressions with parameters of type CompilerScopeModifier and TypeMethodDescriptionprivate void
LambdaCompiler.emitLambdaBody
(CompilerScope parent, boolean inlined, int flags) (package private) CompilerScope
CompilerScope.enter
(LambdaCompiler lc, CompilerScope parent) private void
VariableBinder.incrementReferenceCount
(ParameterExpression node, CompilerScope scope) private void
CompilerScope.setParent
(LambdaCompiler lc, CompilerScope parent)