class RbAppscriptHandler(AppscriptHandler): asname = staticmethod(makeidentifier.getconverter('rb-appscript')) appscripttypemodule = appscripttypes.typetables('rb-appscript')
class ObjCAppscriptParser(AppscriptHandler): asname = staticmethod(makeidentifier.getconverter('objc-appscript')) appscripttypemodule = appscripttypes.typetables('objc-appscript')
class RbAppscriptParser(_AppscriptParser): _asname = staticmethod(makeidentifier.getconverter('rb-appscript')) typemodule = appscripttypes.typetables('rb-appscript')