Package murlen.util.fscript

Interface Summary
FSArrayExtension FSArrayExtension - simple array extension to plug into FSFastExtension
FSExtension FSExtension - an interface to implement FSCript extension objects
FSFunctionExtension FSFunctionExtension - simple function extension to plug into FSFastExtension
FSParserExtension FSParserExtension - an extension which needs a reference to the parser - USE WITH CAUTION
FSReflectionExtension.ExceptionHandler  
FSVarExtension FSVarExtension - simple variable extension to plug into FSFastExtension
 

Class Summary
BasicExtension This class implements a bare FSExtension - subclassing from this will help prevent errors caused by not throwing FSUnsupportedException from empty set/getVar and callFunction methods.
BasicIO BasicIO - an simple IO Subclass of FScript
FScript Femto Script - This is the main FScript package class
FSFastExtension FastExtension - general extension in which other (simple) extensions can be plugged.
FSObject FSObject - representation of a general object type
FSReflectionExtension ReflectionExtension - general extension for object access where either the class handles the processing (if it implements FSExtension), or reflection is used.
 

Exception Summary
FSException FSException - Exception generated by FScript
FSUnsupportedException FSUnsupportedException - Exception rasied to indicate that a particular method/variable is not implemented by extensions