Lines Matching refs:column
43 column).
82 attr_accessor :column
142 self.column = orig.column
179 text_position = line > 0 ? "@ line #{ line } col #{ column } " : ''
214 :stop, :index, :line, :column )
239 * <tt>column</tt>
249 :column => -1
266 token.input, token.start, token.stop, -1, token.line, token.column
272 line = 0, column = -1 )