Method: ANTLR3::Token#stop

Defined in:
lib/antlr3/token.rb

#stopObject

the absolute character index in the input at which the text ends



97
98
99
# File 'lib/antlr3/token.rb', line 97

def stop
  @stop
end