org.codehaus.groovy.classgen
Class VariableScopeVisitor.StateStackElement

java.lang.Object
  extended by org.codehaus.groovy.classgen.VariableScopeVisitor.StateStackElement
Enclosing class:
VariableScopeVisitor

private class VariableScopeVisitor.StateStackElement
extends java.lang.Object


Field Summary
(package private)  ClassNode clazz
           
(package private)  boolean closure
           
(package private)  VariableScope scope
           
 
Constructor Summary
VariableScopeVisitor.StateStackElement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scope

VariableScope scope

clazz

ClassNode clazz

closure

boolean closure
Constructor Detail

VariableScopeVisitor.StateStackElement

VariableScopeVisitor.StateStackElement()


Copyright © ${year} The Codehaus. All Rights Reserved.