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 Expressionrewrite(Object obj, Translator tr)Re-write an expression that is an "application" of this Syntax object.voidscanForm(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:SyntaxRe-write an expression that is an "application" of this Syntax object.
-
scanForm
public void scanForm(Pair st, ScopeExp defs, Translator tr)
-
-