Searched defs:Int64 (Results 1 – 1 of 1) sorted by relevance
359 type Int64 struct { struct360 LiteralPos scanner.Position361 Value int64362 Token string365 func (x *Int64) Pos() scanner.Position { return x.LiteralPos }366 func (x *Int64) End() scanner.Position { return endPos(x.LiteralPos, len(x.Token)) }368 func (x *Int64) Copy() Expression {373 func (x *Int64) Eval() Expression {377 func (x *Int64) String() string {381 func (x *Int64) Type() Type {