Method: ANTLR3::Token#input

Defined in:
lib/antlr3/token.rb

#inputObject Also known as: input_stream

a reference to the input stream from which the token was extracted



91
92
93
# File 'lib/antlr3/token.rb', line 91

def input
  @input
end