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 CompilerScopeCompilerScope._parentprivate CompilerScopeLambdaCompiler._scopeFields in com.strobel.expressions with type parameters of type CompilerScopeModifier and TypeFieldDescriptionprivate final Stack<CompilerScope> VariableBinder._scopes(package private) final Map<Object, CompilerScope> AnalyzedTree.scopesMethods in com.strobel.expressions that return CompilerScopeModifier and TypeMethodDescription(package private) CompilerScopeCompilerScope.enter(LambdaCompiler lc, CompilerScope parent) (package private) CompilerScopeCompilerScope.exit()Methods in com.strobel.expressions with parameters of type CompilerScopeModifier and TypeMethodDescriptionprivate voidLambdaCompiler.emitLambdaBody(CompilerScope parent, boolean inlined, int flags) (package private) CompilerScopeCompilerScope.enter(LambdaCompiler lc, CompilerScope parent) private voidVariableBinder.incrementReferenceCount(ParameterExpression node, CompilerScope scope) private voidCompilerScope.setParent(LambdaCompiler lc, CompilerScope parent)