|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Environment | |
---|---|
de.hunsicker.jalopy.printer | Provides classes and interfaces for handling the AST output. |
de.hunsicker.jalopy.storage | The Jalopy runtime and persistant state storage and configuration facility. |
Uses of Environment in de.hunsicker.jalopy.printer |
---|
Fields in de.hunsicker.jalopy.printer declared as Environment | |
---|---|
protected Environment |
NodeWriter.environment
The envrionment to use. |
Methods in de.hunsicker.jalopy.printer with parameters of type Environment | |
---|---|
void |
NodeWriter.setEnvironment(Environment environment)
Sets the environment to use. |
Uses of Environment in de.hunsicker.jalopy.storage |
---|
Methods in de.hunsicker.jalopy.storage that return Environment | |
---|---|
Environment |
Environment.copy()
Returns a copy of this object. |
static Environment |
Environment.getInstance()
Returns an instance of this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |