Package kawa.standard
Class syntax_error
- java.lang.Object
-
- kawa.lang.Syntax
-
- kawa.standard.syntax_error
-
-
Field Summary
Fields Modifier and Type Field Description static syntax_error
syntax_error
-
Constructor Summary
Constructors Constructor Description syntax_error()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Expression
error(Object form, Object[] message)
Expression
rewrite(Object obj, Translator tr)
Re-write an expression that is an "application" of this Syntax object.-
Methods inherited from class kawa.lang.Syntax
getName, getSymbol, print, rewriteForm, scanForDefinitions, scanForm, setName, setName
-
-
-
-
Field Detail
-
syntax_error
public static final syntax_error syntax_error
-
-
Method Detail
-
rewrite
public Expression rewrite(Object obj, Translator tr)
Description copied from class:Syntax
Re-write an expression that is an "application" of this Syntax object.
-
error
public static Expression error(Object form, Object[] message)
-
-