struct Neo4j::PackStream::Lexer

Defined in:

neo4j/pack_stream/lexer.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

to_bolt_params : Neo4j::Value to_bolt_params

Constructor Detail

def self.new(string : String) #

[View source]
def self.new(slice : Bytes) #

[View source]
def self.new(io : IO) #

[View source]

Instance Method Detail

def byte_number : UInt64 #

[View source]
def current_byte : UInt8 #

[View source]
def next_token #

[View source]
def prefetch_token #

[View source]

[View source]