class Find::Expression::AST::SuffixLiteral

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, suffix : String) #

[View source]

Class Method Detail

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

[View source]

Instance Method Detail

def suffix : String #

[View source]
def suffix=(suffix : String) #

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

[View source]