| Package | Description | 
|---|---|
| gololang | 
 Provides the top-level Golo support classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EvaluationEnvironment | 
EvaluationEnvironment.clearImports()
Clears all import symbols for the next code evaluation requests. 
 | 
EvaluationEnvironment | 
EvaluationEnvironment.imports(java.lang.String head,
       java.lang.String... tail)
Imports symbols. 
 |