Searched refs:accessed (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java138 /** A hash table mapping virtual accessed symbols in outer subclasses
196 * accessed by them. Only free variables of the method immediately containing
201 /** A navigator class for collecting the free variables accessed
215 /** The list of owner's variables accessed from within the local class,
314 /** Return the variables accessed from within a local class, which
741 * If a member of the superclass should be accessed instead (because
779 /** A queue for all accessed symbols.
781 private ListBuffer<Symbol> accessed; field in class:Lower
881 * @param sym The accessed private symbol.
895 // Otherwise pretend that the owner of an accessed
[all...]

Completed in 25 milliseconds