Class: Antlr4::Runtime::TokenStream
Constant Summary
Constants inherited
from IntStream
IntStream::EOF, IntStream::UNKNOWN_SOURCE_NAME
Instance Method Summary
collapse
Methods inherited from IntStream
#consume, #index, #la, #mark, #release, #seek, #size, #source_name
Instance Method Details
#get(index) ⇒ Object
7
8
|
# File 'lib/antlr4/runtime/token_stream.rb', line 7
def get(index)
end
|
#lt(k) ⇒ Object
4
5
|
# File 'lib/antlr4/runtime/token_stream.rb', line 4
def lt(k)
end
|
#token_source ⇒ Object
10
11
|
# File 'lib/antlr4/runtime/token_stream.rb', line 10
def token_source
end
|