Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dast.go356 type Int64 struct { struct
357 LiteralPos scanner.Position
358 Value int64
359 Token string
362 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 {