Package pnuts.ext

Class Summary
CachedPnutsImpl PnutsImpl which caches parsed (compiled) scripts and reuse them.
Complex An implementation of complex number.
DynamicClass An implementation of class-based inheritance.
Fraction An implementation of fractional number.
PnutsBSFEngine This is the interface to Pnuts from Bean Scripting Framework.
PnutsComparator A comparison function based on Pnuts operators '<', '>', '==', '<=', and '>='.
PnutsObjectInputStream This class deserializes primitive date and objects.
PropertyAccessor When a pnuts.lang.Property object has functions as its values, the functions can be called as follows.
ProtectedPackage This class is a variation of pnuts.lang.Package class.
ProtectedPackage.Factory  
Prototype An implementation of prototype-based Inheritance, which is simillar to that of ECMAScript.
Quantity This class represents a quantity with a unit.
RefCache  
ScriptPackage Package that is used in user's scripts as an hashtable.
ScriptPackage.Function Defines a special function to create script packages.
SecurePnutsImpl A PnutsImpl subclass that execute scripts in an access control context in Java2 Security.
UnitSystem This class defines a unit system in Pnuts.
UnparseVisitor This class is used to retrieve a textual representation of a script from parsed tree.
URLClassLoader This class is a subset of java.net.URLClassLoader.