Uses of Class
kawa.lang.TemplateScope

Packages that use TemplateScope
kawa.lang   
 

Uses of TemplateScope in kawa.lang
 

Methods in kawa.lang that return TemplateScope
 TemplateScope SyntaxForm.getScope()
           
static TemplateScope TemplateScope.make()
           
static TemplateScope TemplateScope.make(Translator tr)
           
 

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 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)