Uses of Class
com.strobel.expressions.CompilerScope
-
Packages that use CompilerScope Package Description com.strobel.expressions -
-
Uses of CompilerScope in com.strobel.expressions
Fields in com.strobel.expressions declared as CompilerScope Modifier and Type Field Description private CompilerScope
CompilerScope. _parent
private CompilerScope
LambdaCompiler. _scope
Fields in com.strobel.expressions with type parameters of type CompilerScope Modifier and Type Field Description private java.util.Stack<CompilerScope>
VariableBinder. _scopes
(package private) java.util.Map<java.lang.Object,CompilerScope>
AnalyzedTree. scopes
Methods in com.strobel.expressions that return CompilerScope Modifier and Type Method Description (package private) CompilerScope
CompilerScope. enter(LambdaCompiler lc, CompilerScope parent)
(package private) CompilerScope
CompilerScope. exit()
Methods in com.strobel.expressions with parameters of type CompilerScope Modifier and Type Method Description private 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)
-