Home | History | Annotate | Download | only in antlr3

Lines Matching refs:number

49 information to developers, such as current line number and column. Furthermore,
51 need a way to record various locations in the input at a number of points in the
54 ANTLR bundles all of this functionality into a number of Stream classes, each
216 # the total number of symbols in the stream
234 and <tt>column</tt>, which are expected to indicate the current line number and
240 are familliar to most developers. Line numbers of text are indexed from number 1
301 Stream module, TokenStream adds a number of additional method implementation
374 # the current line number of the input, indexed upward from 1
394 # [:line] the initial line number; default: +1+
395 # [:column] the initial column number; default: +0+
427 # [:line] the initial line number; default: +1+
428 # [:column] the initial column number; default: +0+
588 # the total number of markers currently in existence