class Neo4j::PackStream::Token
- Neo4j::PackStream::Token
- Reference
- Object
Defined in:
neo4j/pack_stream/token.crConstructors
Instance Method Summary
- #float_value : Float64
- #float_value=(float_value : Float64)
- #int_value : Int8 | Int16 | Int32 | Int64
- #int_value=(int_value : Int8 | Int16 | Int32 | Int64)
- #size : UInt64
- #size=(size : UInt64)
- #size=(size)
- #string_value : String
- #string_value=(string_value : String)
- #to_s(io)
- #type : Neo4j::PackStream::Token::Type
- #type=(type : Neo4j::PackStream::Token::Type)
- #used : Bool
- #used=(used : Bool)