Next: Qualified Names
Up: No Title
Previous: Part II: Java Explorer
An unqualified name (it does not appear right of a ".") is defined,
- if the definition is in the same or an enclosing block.
- if the name is defined before accessing it.
If there is more than one definition, then the innermost definition is used.
If an unqualified name is not defined it is assumed to be a Java class.
- We look for it on the $CLASSPATH using imports
as in Java.
Christoph Zenger
3/16/2000