Method: ANTLR3::Token#text

Defined in:
lib/antlr3/token.rb

#textObject

the token’s associated chunk of text



73
74
75
# File 'lib/antlr3/token.rb', line 73

def text
  @text
end