com.sun.tools.javac.comp
Class AttrContextEnv

java.lang.Object
  extended by com.sun.tools.javac.comp.Env<AttrContext>
      extended by com.sun.tools.javac.comp.AttrContextEnv
All Implemented Interfaces:
java.lang.Iterable<Env<AttrContext>>

public class AttrContextEnv
extends Env<AttrContext>

Env<A> specialized as Env<AttrContext>

This is NOT part of any API supported by Sun Microsystems. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.


Field Summary
 
Fields inherited from class com.sun.tools.javac.comp.Env
baseClause, enclClass, enclMethod, info, next, outer, toplevel, tree
 
Constructor Summary
AttrContextEnv(JCTree tree, AttrContext info)
          Create an outermost environment for a given (toplevel)tree, with a given info field.
 
Method Summary
 
Methods inherited from class com.sun.tools.javac.comp.Env
dup, dup, dupto, enclosing, iterator, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttrContextEnv

public AttrContextEnv(JCTree tree,
                      AttrContext info)
Create an outermost environment for a given (toplevel)tree, with a given info field.



Copyright © 2009. All Rights Reserved.