java.lang.Object |
SyntaxTemplate.execute(java.lang.Object[] vars,
TemplateScope templateScope)
Expand this template
The compiler translates (syntax template)
to a call to this method.
|
java.lang.Object |
SyntaxTemplate.execute(java.lang.Object[] vars,
Translator tr,
TemplateScope templateScope) |
static java.lang.Object |
SyntaxForms.makeForm(java.lang.Object datum,
TemplateScope scope) |
void |
Lambda.rewrite(LambdaExp lexp,
java.lang.Object formals,
java.lang.Object body,
Translator tr,
TemplateScope templateScopeRest)
Higher-level constructor, that does the re-writing.
|
void |
Lambda.rewriteFormals(LambdaExp lexp,
java.lang.Object formals,
Translator tr,
TemplateScope templateScopeRest) |