Uses of Class
de.hunsicker.jalopy.storage.Environment

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
static Environment Environment.getInstance()
          Returns an instance of this class.
 Environment Environment.copy()
          Returns a copy of this object.
 



Copyright © 1997-2005 Jalopy. All Rights Reserved.