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

  /external/ply/ply/test/
yacc_error5.py 30 pos_start, pos_end = t.lexspan(3)
54 pos_start, pos_end = t.lexspan(2)
61 pos_start, pos_end = t.lexspan(2)
  /external/libchrome/third_party/ply/
yacc.py 188 # for a symbol. The lexspan() method returns a tuple (lexpos,endlexpos)
224 def lexspan(self,n): member in class:YaccProduction
    [all...]

Completed in 228 milliseconds