Package kawa.standard
Class Scan
- java.lang.Object
-
- kawa.lang.Syntax
-
- kawa.standard.Scan
-
-
Constructor Summary
Constructors Constructor Description Scan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
scan
public static final Scan scan
-
-
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.
-
-