|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.javac.code.Scope.Entry
com.sun.tools.javac.code.Scope.ImportScope.ImportEntry
static class Scope.ImportScope.ImportEntry
| 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 |
|---|
private Scope origin
| Constructor Detail |
|---|
Scope.ImportScope.ImportEntry(Symbol sym,
Scope.Entry shadowed,
Scope.Entry sibling,
Scope scope,
Scope origin)
| Method Detail |
|---|
public Scope.Entry next()
Scope.Entry
next in class Scope.Entrypublic Scope getOrigin()
getOrigin in class Scope.Entry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||