| Modifiers | Name | Description |
|---|---|---|
static class |
TypeCheckingContext.EnclosingClosure |
| Modifiers | Name | Description |
|---|---|---|
protected Set |
alreadyVisitedMethods |
|
protected Map |
closureSharedVariablesAssignmentTypes |
|
protected CompilationUnit |
compilationUnit |
|
protected Map |
controlStructureVariables |
|
protected DelegationMetadata |
delegationMetadata |
The type of the last encountered "it" implicit parameter |
protected LinkedList |
enclosingBinaryExpressions |
|
protected LinkedList |
enclosingClassNodes |
|
protected LinkedList |
enclosingClosures |
|
protected LinkedList |
enclosingMethodCalls |
|
protected LinkedList |
enclosingMethods |
|
protected LinkedList |
errorCollectors |
|
protected Map |
ifElseForWhileAssignmentTracker |
|
protected boolean |
isInStaticContext |
|
protected ClassNode |
lastImplicitItType |
|
protected Set |
methodsToBeVisited |
|
protected Set |
reportedErrors |
|
protected LinkedHashSet |
secondPassExpressions |
|
protected SourceUnit |
source |
|
protected Stack |
temporaryIfBranchTypeInformation |
|
protected StaticTypeCheckingVisitor |
visitor |
| Constructor and description |
|---|
TypeCheckingContext
(StaticTypeCheckingVisitor staticTypeCheckingVisitor) |
The type of the last encountered "it" implicit parameter
Pops a method call from the enclosing method call stack.
Copyright © 2003-2014 The Codehaus. All rights reserved.