| Package | Description |
|---|---|
| org.glassfish.rmic.tools.java | |
| org.glassfish.rmic.tools.tree |
| Modifier and Type | Field and Description |
|---|---|
protected UplevelReference |
ClassDefinition.references |
| Modifier and Type | Method and Description |
|---|---|
UplevelReference |
ClassDefinition.getReference(LocalMember target)
Find or create an uplevel reference for the given target.
|
UplevelReference |
ClassDefinition.getReferences()
Return the list of all uplevel references.
|
UplevelReference |
ClassDefinition.getReferencesFrozen()
Return the same value as getReferences.
|
| Modifier and Type | Method and Description |
|---|---|
UplevelReference |
UplevelReference.getNext()
the next reference in the client's list
|
UplevelReference |
UplevelReference.insertInto(UplevelReference references)
Insert self into a list of references.
|
UplevelReference |
Context.noteReference(Environment env,
LocalMember target)
Notice a reference (usually an uplevel one).
|
| Modifier and Type | Method and Description |
|---|---|
UplevelReference |
UplevelReference.insertInto(UplevelReference references)
Insert self into a list of references.
|
boolean |
UplevelReference.isEarlierThan(UplevelReference other)
Tells if self precedes the other in the canonical ordering.
|
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.