Semantics :
ImportStatement
ImportStatement
::=
import
JAVA_CLASS_NAME_COLLECTION
;
Used by:
This statement serves exactly the same purpose as the
import
in Java.