HomeSort by relevance Sort by last modified time
    Searched refs:VARDEF (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
construction.rb 16 VARDEF;
74 : type ID ';' -> ^(VARDEF type ID)
166 -> {@flag == 0}? ^(VARDEF ID modifier* type expression?)
418 ast_test :input => "int foo;", :rule => :r9, :ast => "(VARDEF int foo)"
474 ast_test :input => "public int gnurz = 1 + 2;", :rule => :r31, :ast => "(VARDEF gnurz public int (+ 1 2))", :flag => 0
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py     [all...]

Completed in 82 milliseconds