class Find::Expression::AST::IntegerLiteral

Defined in:

find/expression/ast.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Find::Expression::AST::Base

number? number?, pos : Int32 pos, pos=(pos : Int32) pos=, size size, text : String text, text=(text : String) text=, to_s(io, parens) to_s, value : String value

Constructor methods inherited from class Find::Expression::AST::Base

new(pos : Int32, text : String) new

Constructor Detail

def self.new(pos, text, value : Int32) #

[View source]

Class Method Detail

def self.parse(scan) : self | Nil #

[View source]

Instance Method Detail

def number? #

[View source]
def to_s(io, parens = false) #

[View source]
def value : Int32 #

[View source]
def value=(value : Int32) #

[View source]