Package kawa.standard
Class begin
java.lang.Object
kawa.lang.Syntax
kawa.standard.begin
- All Implemented Interfaces:
gnu.kawa.format.Printable
,Named
Implement the re-writer for the "begin" primitive.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrewrite
(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 Details
-
begin
-
-
Constructor Details
-
begin
public begin()
-
-
Method Details
-
rewrite
Description copied from class:Syntax
Re-write an expression that is an "application" of this Syntax object. -
scanForm
-