Methods in kawa.lang with parameters of type TemplateScope |
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 SyntaxForm |
SyntaxForm.make(java.lang.Object form,
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)
|