public class AttrContextEnv extends Env<AttrContext>
Env<A>
specialized as Env<AttrContext>
This is NOT part of any supported API. 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.
baseClause, enclClass, enclMethod, info, next, outer, toplevel, tree
Constructor and Description |
---|
AttrContextEnv(JCTree tree,
AttrContext info)
Create an outermost environment for a given (toplevel)tree,
with a given info field.
|
dup, dup, dupto, enclosing, iterator, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public AttrContextEnv(JCTree tree, AttrContext info)
Copyright © 2017 earcam. All rights reserved.