Package kawa.lang

Class TemplateScope

All Implemented Interfaces:
gnu.kawa.format.Printable, Named, SourceLocator, Externalizable, Serializable, SourceLocator, Locator

public class TemplateScope extends LetExp implements Externalizable
A scope created when expanding a SyntaxTemplate. This is used to ensure proper "hygiene".
See Also: