Lines Matching defs:parseBNF
1302 LanguageGenerator::PARSE_RESULT parseBNF(UBool debug = TRUE){
1340 LanguageGenerator::PARSE_RESULT LanguageGenerator::parseBNF(const char *const bnf_definition /*in*/, const char *const top_node/*in*/, UBool debug){
1345 PARSE_RESULT r = lang_gen->parseBNF(debug);
1716 //g.parseBNF(s, "$s");
1733 pass = g.parseBNF(def, "$x",TRUE);