Home
last modified time | relevance | path

Searched refs:tree_parse (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/Ruby/test/functional/ast-output/
Dhetero-nodes.rb603 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;' )
Dauto-ast.rb32 def tree_parse( grammar, tree_grammar, rule, tree_rule, input ) method in TestAutoAST
Drewrites.rb32 def tree_parse( grammar, tree_grammar, rule, tree_rule, input ) method in TestASTViaRewriteRules