Class: Antlr4ruby::CodePointBuffer
- Inherits:
-
Object
- Object
- Antlr4ruby::CodePointBuffer
- Defined in:
- lib/antlr4ruby/code_point_buffer.rb
Constant Summary collapse
- BYTE =
:BYTE- CHAR =
:CHAR- INT =
:INT
Instance Method Summary collapse
- #array_offset ⇒ Object
- #get(offset) ⇒ Object
- #get_type ⇒ Object
- #position(new_position) ⇒ Object
- #remaining ⇒ Object
Instance Method Details
#array_offset ⇒ Object
24 25 26 |
# File 'lib/antlr4ruby/code_point_buffer.rb', line 24 def array_offset # todo end |
#get(offset) ⇒ Object
16 17 18 |
# File 'lib/antlr4ruby/code_point_buffer.rb', line 16 def get(offset) # todo end |
#get_type ⇒ Object
20 21 22 |
# File 'lib/antlr4ruby/code_point_buffer.rb', line 20 def get_type # todo end |
#position(new_position) ⇒ Object
8 9 10 |
# File 'lib/antlr4ruby/code_point_buffer.rb', line 8 def position(new_position) # todo end |
#remaining ⇒ Object
12 13 14 |
# File 'lib/antlr4ruby/code_point_buffer.rb', line 12 def remaining # todo end |