com.sun.tools.javac.code
Class Scope.ImportScope

java.lang.Object
  extended by com.sun.tools.javac.code.Scope
      extended by com.sun.tools.javac.code.Scope.ImportScope
Enclosing class:
Scope

public static class Scope.ImportScope
extends Scope


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.tools.javac.code.Scope
Scope.DelegatedScope, Scope.Entry, Scope.ErrorScope, Scope.ImportScope
 
Field Summary
 
Fields inherited from class com.sun.tools.javac.code.Scope
elems, emptyScope, nelems, next, owner, table
 
Constructor Summary
Scope.ImportScope(Symbol owner)
           
 
Method Summary
 Scope.Entry lookup(Name name)
          Return the entry associated with given name, starting in this scope and proceeding outwards.
 
Methods inherited from class com.sun.tools.javac.code.Scope
dup, dup, dupUnshared, enter, enter, enter, enterIfAbsent, getElements, includes, leave, remove, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Scope.ImportScope

public Scope.ImportScope(Symbol owner)
Method Detail

lookup

public Scope.Entry lookup(Name name)
Description copied from class: Scope
Return the entry associated with given name, starting in this scope and proceeding outwards. If no entry was found, return the sentinel, which is characterized by having a null in both its scope and sym fields, whereas both fields are non-null for regular entries.

Overrides:
lookup in class Scope


Copyright © 2009. All Rights Reserved.