Package kawa.standard
Class begin
- java.lang.Object
-
- kawa.lang.Syntax
-
- kawa.standard.begin
-
-
Constructor Summary
Constructors Constructor Description begin()
-
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.void
scanForm(Pair st, ScopeExp defs, Translator tr)
-
Methods inherited from class kawa.lang.Syntax
getName, getSymbol, print, rewriteForm, scanForDefinitions, setName, setName
-
-
-
-
Field Detail
-
begin
public static final begin begin
-
-
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.
-
scanForm
public void scanForm(Pair st, ScopeExp defs, Translator tr)
-
-