Uses of Class
kawa.lang.PatternScope

Packages that use PatternScope
kawa.lang   
 

Uses of PatternScope in kawa.lang
 

Fields in kawa.lang declared as PatternScope
 PatternScope Translator.patternScope
          Innermost current scope of pattern variable, from a syntax-case.
 

Methods in kawa.lang that return PatternScope
static PatternScope PatternScope.push(Translator tr)