|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--gnu.expr.Expression
|
+--gnu.expr.ScopeExp
|
+--gnu.expr.LetExp
|
+--gnu.expr.FluidLetExp
Class used to implement "fluid-let" for Scheme and "let" for Emacs.
| Field Summary | |
static ClassType |
typeFluidBinding
|
static Field |
valueField
|
| Fields inherited from class gnu.expr.LetExp |
body,
inits |
| Fields inherited from class gnu.expr.ScopeExp |
outer |
| Constructor Summary | |
FluidLetExp(Expression[] i)
|
|
| Method Summary | |
void |
compile(Compilation comp,
Target target)
|
| Methods inherited from class gnu.expr.LetExp |
getBody,
getType,
print,
setBody |
| Methods inherited from class gnu.expr.ScopeExp |
add,
addDeclaration,
addDeclaration,
addDeclaration,
countDecls,
currentLambda,
firstDecl,
lookup |
| Methods inherited from class gnu.expr.Expression |
compile,
compileNotePosition,
compileWithPosition,
eval,
getColumn,
getFile,
getLine,
setFile,
setLine,
setLine |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static ClassType typeFluidBinding
public static Field valueField
| Constructor Detail |
public FluidLetExp(Expression[] i)
| Method Detail |
public void compile(Compilation comp,
Target target)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||