kawa.lang
Interface SyntaxForm


public interface SyntaxForm

A "syntactic closure" - a syntax datum with its compilation environment.


Method Summary
 java.lang.Object getDatum()
           
 TemplateScope getScope()
           
 

Method Detail

getDatum

java.lang.Object getDatum()

getScope

TemplateScope getScope()