Graphics2D Actor API

Uses of Class
g2d.jlambda.FormError

Packages that use FormError
g2d.jlambda This package contains a Scheme-like CPS (continuation passing style) interpreter for JLambda, the programmer's manual for the JLambda language can be downloaded in either [ps] (366K) or [pdf] (167K), or browsed in [html]
 

Uses of FormError in g2d.jlambda
 

Subclasses of FormError in g2d.jlambda
 class EvaluateError
          Error exception class for the interpreter.
 class SyntaxError
          Syntax error exception class for the interpreter.
 


Graphics2D Actor API