Searched defs:Int64 (Results 1 – 1 of 1) sorted by relevance
419 type Int64 struct { struct420 LiteralPos scanner.Position421 Value int64422 Token string425 func (x *Int64) Pos() scanner.Position { return x.LiteralPos }426 func (x *Int64) End() scanner.Position { return endPos(x.LiteralPos, len(x.Token)) }428 func (x *Int64) Copy() Expression {433 func (x *Int64) Eval() Expression {437 func (x *Int64) String() string {441 func (x *Int64) Type() Type {