Searched refs:tree_parse (Results 1 – 3 of 3) sorted by relevance
/external/antlr/runtime/Ruby/test/functional/ast-output/ |
D | hetero-nodes.rb | 603 def tree_parse( grammar_name, grammar_rule, tree_grammar_rule, input ) method in TestHeterogeneousNodeTypes 711 result = tree_parse( :TreeParserRewriteFlatList, :a, :a, 'abc 34' ) 717 result = tree_parse( :TreeParserRewriteTree, :a, :a, 'abc 34' ) 723 result = tree_parse( :TreeParserRewriteImaginary, :a, :a, 'abc' ) 729 result = tree_parse( :TreeParserRewriteImaginaryWithArgs, :a, :a, 'abc' ) 735 result = tree_parse( :TreeParserRewriteImaginaryRoot, :a, :a, 'abc' ) 741 result = tree_parse( :TreeParserRewriteImaginaryFromReal, :a, :a, 'abc' ) 747 result = tree_parse( :TreeParserAutoHeteroAST, :a, :a, 'abc;' )
|
D | auto-ast.rb | 32 def tree_parse( grammar, tree_grammar, rule, tree_rule, input ) method in TestAutoAST
|
D | rewrites.rb | 32 def tree_parse( grammar, tree_grammar, rule, tree_rule, input ) method in TestASTViaRewriteRules
|