Home
last modified time | relevance | path

Searched refs:after_chars (Results 1 – 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dstreams.rb638 def inspect( before_chars = 6, after_chars = 10 ) argument
642 after = through( after_chars ).inspect
643 @position + after_chars + 1 < @data.length and after << ' ...'