Skip to content
Anton Zherdev edited this page May 30, 2014 · 1 revision

import ::= <import_class> | <import_all> <br> import_class ::= import part1[.part2[...]]<br> import_all ::= import part1[.part2[...]]._

The second construction will import all classes from the package or all functions from the object.

Clone this wiki locally