Home | History | Annotate | Download | only in antlr3

Lines Matching defs:substring

231 It adds the ``abstract'' method, <tt>substring(start, stop)</tt>, which must be
262 # :method: substring(start,stop)
263 abstract :substring
506 # return a substring around the stream cursor at a distance +k+
652 def substring( start, stop )