|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LetExp | |
|---|---|
| gnu.expr | Supports Expression,
and various related classes need to compile programming languages. |
| kawa.lang | |
| Uses of LetExp in gnu.expr |
|---|
| Subclasses of LetExp in gnu.expr | |
|---|---|
class |
CatchClause
A "catch" clause of a "try-catch" form. |
class |
FluidLetExp
Class used to implement "fluid-let" for Scheme and "let" for Emacs. |
| Methods in gnu.expr that return LetExp | |
|---|---|
LetExp |
Compilation.letDone(Expression body)
|
| Methods in gnu.expr with parameters of type LetExp | |
|---|---|
protected R |
ExpVisitor.visitLetExp(LetExp exp,
D d)
|
protected Expression |
FindTailCalls.visitLetExp(LetExp exp,
Expression returnContinuation)
|
protected Expression |
InlineCalls.visitLetExp(LetExp exp,
Type required)
|
protected Expression |
ResolveNames.visitLetExp(LetExp exp,
java.lang.Void ignored)
|
protected Expression |
FindCapturedVars.visitLetExp(LetExp exp,
java.lang.Void ignored)
|
| Uses of LetExp in kawa.lang |
|---|
| Subclasses of LetExp in kawa.lang | |
|---|---|
class |
PatternScope
Bindings from a syntax-case/syntax-rules pattern. |
class |
TemplateScope
A scope created when expanding a SyntaxTemplate. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||