|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kawa.lang.Syntax gnu.commonlisp.lang.prog1
public class prog1
Field Summary | |
---|---|
static prog1 |
prog1
|
static prog1 |
prog2
|
Constructor Summary | |
---|---|
prog1(java.lang.String name,
int index)
|
Method Summary | |
---|---|
Expression |
rewrite(java.lang.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, rewriteForm, scanForDefinitions, scanForm, setName, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final prog1 prog1
public static final prog1 prog2
Constructor Detail |
---|
public prog1(java.lang.String name, int index)
Method Detail |
---|
public Expression rewrite(java.lang.Object obj, Translator tr)
Syntax
rewrite
in class Syntax
obj
- the arguments to this "application" (i.e. the cdr of
the macro/builtin invokation)tr
- the Translator that provides context
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |