class Antlr4::Runtime::ATNDeserializer::UnicodeDeserializer
Public Instance Methods
read_unicode(data, p)
click to toggle source
# File lib/antlr4/runtime/atn_deserializer.rb, line 25 def read_unicode(data, p) data[p] end
size()
click to toggle source
# File lib/antlr4/runtime/atn_deserializer.rb, line 29 def size 1 end