Home | History | Annotate | Download | only in antlr3

Lines Matching refs:skipped

619       skipped = through( index - @position )
620 if lc = skipped.count( "\n" ) and lc.zero?
621 @column += skipped.length
624 @column = skipped.length - skipped.rindex( "\n" ) - 1