Package com.strobel.expressions
Class AnalyzedTree
- java.lang.Object
-
- com.strobel.expressions.AnalyzedTree
-
final class AnalyzedTree extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private DebugInfoGenerator
_debugInfoGenerator
(package private) java.util.Map<LambdaExpression,BoundConstants>
constants
(package private) java.util.Map<java.lang.Object,CompilerScope>
scopes
-
Constructor Summary
Constructors Constructor Description AnalyzedTree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) DebugInfoGenerator
getDebugInfoGenerator()
(package private) void
setDebugInfoGenerator(DebugInfoGenerator debugInfoGenerator)
-
-
-
Field Detail
-
_debugInfoGenerator
private DebugInfoGenerator _debugInfoGenerator
-
scopes
final java.util.Map<java.lang.Object,CompilerScope> scopes
-
constants
final java.util.Map<LambdaExpression,BoundConstants> constants
-
-
Method Detail
-
getDebugInfoGenerator
DebugInfoGenerator getDebugInfoGenerator()
-
setDebugInfoGenerator
void setDebugInfoGenerator(DebugInfoGenerator debugInfoGenerator)
-
-