Home
last modified time | relevance | path

Searched refs:parser_class (Results 1 – 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dprofile.rb111 self.top_rule = self.parser_class = self.grammar_file = nil
134 report << "| Profiled #{ parser_class.name }##{ top_rule }".ljust( 78 ) << " |\n"
241 @profile.parser_class = @parser.class
Dmain.rb374 def initialize( parser_class, options = {} ) argument
378 @parser_class = parser_class
/external/python/cpython2/Lib/test/
Dtest_argparse.py168 cls.parser_class = ErrorRaisingArgumentParser
232 parser = tester.parser_class(*args, **kwargs)
1404 parser_class = FromFileConverterArgumentParser variable in TestArgumentsFromFileConverter
4184 parser_class=argparse.ArgumentParser)
/external/python/cpython2/Lib/
Dargparse.py1036 parser_class, argument
1042 self._parser_class = parser_class
/external/python/cpython2/Doc/library/
Dargparse.rst1480 [parser_class], [action], \
1509 * parser_class - class which will be used to create sub-parser instances, by