Java Import

Java Import indicates a file imports an individual class. For example, the some_file.java file might contain:

import pack1.some_class; 

Java Import Demand indicates a file has an on demand import statement for a package or class. For example, the some_file.java file might contain:

import pack1.*;
Reference Kind
Entity Performing Reference
Entity Being Referenced
Java Import
some_file
pack1.some_class
Java Importby
pack1.some_class
some_file
Java Import Demand
some_file
pack1
Java Importby Demand
pack1
some_file
 

Scientific Toolworks, Inc.
http://www.scitools.com