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

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

static class Scope.ImportScope.ImportEntry
extends Scope.Entry


Field Summary
private  Scope origin
           
 
Fields inherited from class com.sun.tools.javac.code.Scope.Entry
scope, sibling, sym
 
Constructor Summary
Scope.ImportScope.ImportEntry(Symbol sym, Scope.Entry shadowed, Scope.Entry sibling, Scope scope, Scope origin)
           
 
Method Summary
 Scope getOrigin()
           
 Scope.Entry next()
          Return next entry with the same name as this entry, proceeding outwards if not found in this scope.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

origin

private Scope origin
Constructor Detail

Scope.ImportScope.ImportEntry

Scope.ImportScope.ImportEntry(Symbol sym,
                              Scope.Entry shadowed,
                              Scope.Entry sibling,
                              Scope scope,
                              Scope origin)
Method Detail

next

public Scope.Entry next()
Description copied from class: Scope.Entry
Return next entry with the same name as this entry, proceeding outwards if not found in this scope.

Overrides:
next in class Scope.Entry

getOrigin

public Scope getOrigin()
Overrides:
getOrigin in class Scope.Entry