Home
last modified time | relevance | path

Searched defs:Int64 (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/parser/
Dast.go359 type Int64 struct { struct
360 LiteralPos scanner.Position
361 Value int64
362 Token string
365 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 {