Uses of Package
org.hecl

Packages that use org.hecl
org.hecl   
org.hecl.files   
org.hecl.heclbuilder   
org.hecl.java   
org.hecl.midp20   
org.hecl.midp20.lcdui   
org.hecl.misc   
org.hecl.rms   
 

Classes in org.hecl used by org.hecl
ClassCommand
          The ClassCommand interface is the template for all commands implemented in Java working on Hecl ObjectThing.
ClassCommandInfo
          The ClassCommandInfo holds information about a class command that may be attached to an interpreter.
CodeThing
          The CodeThing class implements a chunk of "compiled" code including multiple "Stanzas", or individual commands.
Command
          The Command interface is the template for all commands implemented in Hecl.
FractionalThing
          The FractionalThing class is for floating point values.
HeclException
          The HeclException class implements exceptions for Hecl.
HeclTask
           
IntegralThing
          The IntegralThing class represents integer values - in practice, ints and longs.
Interp
          Interp is the Hecl interpreter, the class responsible for knowing what variables and commands are available.
IntThing
          The IntThing class represents an integer Thing.
NumberThing
          The NumberThing class is what all numeric Thing types are derived from.
Operator
          The Operator class implements a number of features that are used in the creation of groups of commands, such as those found in InterpCmds, ListCmds, and so on.
Parse
          The Parse class takes care of parsing Hecl scripts.
ParseState
          The ParseState class is the state of the current parse.
RealThing
          The RealThing interface is the actual value contained within a Thing.
StringThing
          The StringThing class is the internal representation of string types.
Thing
          The Thing class is what Hecl revolves around.
 

Classes in org.hecl used by org.hecl.files
ClassCommand
          The ClassCommand interface is the template for all commands implemented in Java working on Hecl ObjectThing.
ClassCommandInfo
          The ClassCommandInfo holds information about a class command that may be attached to an interpreter.
Command
          The Command interface is the template for all commands implemented in Hecl.
HeclException
          The HeclException class implements exceptions for Hecl.
Interp
          Interp is the Hecl interpreter, the class responsible for knowing what variables and commands are available.
Operator
          The Operator class implements a number of features that are used in the creation of groups of commands, such as those found in InterpCmds, ListCmds, and so on.
Thing
          The Thing class is what Hecl revolves around.
 

Classes in org.hecl used by org.hecl.heclbuilder
HeclException
          The HeclException class implements exceptions for Hecl.
 

Classes in org.hecl used by org.hecl.java
ClassCommand
          The ClassCommand interface is the template for all commands implemented in Java working on Hecl ObjectThing.
ClassCommandInfo
          The ClassCommandInfo holds information about a class command that may be attached to an interpreter.
Command
          The Command interface is the template for all commands implemented in Hecl.
HeclException
          The HeclException class implements exceptions for Hecl.
Interp
          Interp is the Hecl interpreter, the class responsible for knowing what variables and commands are available.
Properties
          The Properties class is used to parse command line arguments.
Thing
          The Thing class is what Hecl revolves around.
 

Classes in org.hecl used by org.hecl.midp20
Command
          The Command interface is the template for all commands implemented in Hecl.
HeclException
          The HeclException class implements exceptions for Hecl.
Interp
          Interp is the Hecl interpreter, the class responsible for knowing what variables and commands are available.
Operator
          The Operator class implements a number of features that are used in the creation of groups of commands, such as those found in InterpCmds, ListCmds, and so on.
Thing
          The Thing class is what Hecl revolves around.
 

Classes in org.hecl used by org.hecl.midp20.lcdui
ClassCommand
          The ClassCommand interface is the template for all commands implemented in Java working on Hecl ObjectThing.
ClassCommandInfo
          The ClassCommandInfo holds information about a class command that may be attached to an interpreter.
Command
          The Command interface is the template for all commands implemented in Hecl.
HeclException
          The HeclException class implements exceptions for Hecl.
Interp
          Interp is the Hecl interpreter, the class responsible for knowing what variables and commands are available.
Properties
          The Properties class is used to parse command line arguments.
Thing
          The Thing class is what Hecl revolves around.
 

Classes in org.hecl used by org.hecl.misc
HeclException
          The HeclException class implements exceptions for Hecl.
Interp
          Interp is the Hecl interpreter, the class responsible for knowing what variables and commands are available.
Thing
          The Thing class is what Hecl revolves around.
 

Classes in org.hecl used by org.hecl.rms
Command
          The Command interface is the template for all commands implemented in Hecl.
HeclException
          The HeclException class implements exceptions for Hecl.
HeclModule
          The HeclModule interface describes what modules implement in order to be loaded into Hecl.
Interp
          Interp is the Hecl interpreter, the class responsible for knowing what variables and commands are available.
Operator
          The Operator class implements a number of features that are used in the creation of groups of commands, such as those found in InterpCmds, ListCmds, and so on.
Thing
          The Thing class is what Hecl revolves around.