|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.javac.comp.Env<AttrContext>
com.sun.tools.javac.comp.AttrContextEnv
public class AttrContextEnv
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 |
---|
public AttrContextEnv(JCTree tree, AttrContext info)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |