Searched defs:Int64 (Results 1 – 1 of 1) sorted by relevance
356 type Int64 struct { struct357 LiteralPos scanner.Position358 Value int64359 Token string362 func (x *Int64) Pos() scanner.Position { return x.LiteralPos }363 func (x *Int64) End() scanner.Position { return endPos(x.LiteralPos, len(x.Token)) }365 func (x *Int64) Copy() Expression {370 func (x *Int64) Eval() Expression {374 func (x *Int64) String() string {378 func (x *Int64) Type() Type {