JavaScript is disabled on your browser.
gnu.commonlisp.lang
Class prog1
-
-
Constructor Summary
Constructors
| Constructor and Description |
prog1 (java.lang.String name,
int index) |
-
Method Summary
All Methods
| Modifier and Type |
Method and Description |
Expression |
rewrite (java.lang.Object obj,
Translator tr)
Re-write an expression that is an "application" of this Syntax object.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
rewrite
public Expression rewrite(java.lang.Object obj,
Translator tr)
Description copied from class: Syntax
Re-write an expression that is an "application" of this Syntax object.
- Overrides:
rewrite in class Syntax
- Parameters:
obj - the arguments to this "application" (i.e. the cdr of
the macro/builtin invocation)
tr - the Translator that provides context
- Returns:
- the re-written expression