Class: Antlr4ruby::CodePointBuffer

Inherits:
Object
  • Object
show all
Defined in:
lib/antlr4ruby/code_point_buffer.rb

Constant Summary collapse

BYTE =
:BYTE
CHAR =
:CHAR
INT =
:INT

Instance Method Summary collapse

Instance Method Details

#array_offsetObject



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_typeObject



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

#remainingObject



12
13
14
# File 'lib/antlr4ruby/code_point_buffer.rb', line 12

def remaining
  # todo
end