class Antlr4::Runtime::TokenStream
Public Instance Methods
get(index)
click to toggle source
# File lib/antlr4/runtime/token_stream.rb, line 7 def get(index) end
lt(k)
click to toggle source
# File lib/antlr4/runtime/token_stream.rb, line 4 def lt(k) end
token_source()
click to toggle source
# File lib/antlr4/runtime/token_stream.rb, line 10 def token_source end