Uses of Interface
jfun.yan.xml.NutEnvironment

Packages that use NutEnvironment
jfun.yan.xml.nut This package provides the basic Nut classes and introspection utility class. 
jfun.yan.xml.nuts This package provides standard Nut classes. 
 

Uses of NutEnvironment in jfun.yan.xml.nut
 

Methods in jfun.yan.xml.nut that return NutEnvironment
 NutEnvironment Nut.getNutEnvironment()
          Get the environment that the Nut object is running in.
 

Methods in jfun.yan.xml.nut with parameters of type NutEnvironment
 void Nut.initNutEnvironment(NutEnvironment env)
          The framework calls this method to set the environment.
 

Uses of NutEnvironment in jfun.yan.xml.nuts
 

Methods in jfun.yan.xml.nuts that return NutEnvironment
 NutEnvironment LifecycleDeclaration.getNutEnvironment()