Home | History | Annotate | Download | only in antlr3

Lines Matching defs:seek

134 === seek
136 <tt>stream.seek(position)</tt> moves the stream cursor to an absolute position
137 within the stream, basically like typical ruby <tt>IO#seek</tt> style methods.
138 However, unlike <tt>IO#seek</tt>, ANTLR streams currently always use absolute
211 # :method: seek( position )
213 abstract :seek
616 def seek( index )
879 seek( marker )
892 seek( pos )
911 # note: seek does not check whether or not the
914 def seek( index )