Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dast.go419 type Int64 struct { struct
420 LiteralPos scanner.Position
421 Value int64
422 Token string
425 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 {