Package jwo.landserf.script

Classes used for creating LandScript commands and processing.

See:
          Description

Interface Summary
Scriptable Indicates that the class can be called via a scipting command.
VariableListener Should define the activity that occurs when the list of variables associated with a script changes.
 

Class Summary
LSCommand Stores a command for the control of a LandSerf process.
LSParameter Stores a parameter option for command line control of a LandSerf process.
ScriptDocument Creates a styled document for syntax highlighting of LandScript files.
ScriptEngine Allows LandSerf functions to be called from the command line or script file.
ScriptScanner A Landscript language scanner that highlights LandScript keywords, syntax etc.
ScriptVariable Stores a LandScript variable.
 

Package jwo.landserf.script Description

Classes used for creating LandScript commands and processing.

Classes in this package are used to store and process LandScript commands. The functionality that is performed when a LandScript command is issued is contained inside any class that implements the Scriptable interface. This allows programmers to have their own Java classes controllable via scripting commands.

Also included in this package is a script scanner that can be used for coloured syntax highlighting.



Copyright Jo Wood, 1996-2009, last modified, 17th April, 2009