Searched refs:GlyphClassName (Results 1 – 4 of 4) sorted by relevance
36 classes: :class:`GlyphName`, :class:`GlyphClass`, :class:`GlyphClassName`.
714 self.assertIsInstance(flag.markAttachment, ast.GlyphClassName)740 self.assertIsInstance(flag.markFilteringSet, ast.GlyphClassName)
340 return self.ast.GlyphClassName(gc, location=self.cur_token_location_)406 gc = self.ast.GlyphClassName(gc, location=self.cur_token_location_)
290 class GlyphClassName(Expression): class