class FayrantLang::AST::StringLiteralExpr

Defined in:

ast/expression.cr

Constructors

Instance Method Summary

Instance methods inherited from class FayrantLang::AST::Expr

==(other) ==, eval(ctx : Context) : AnyValue eval

Constructor Detail

def self.new(fragments : Array(StringFragment)) #

[View source]

Instance Method Detail

def ==(other : StringLiteralExpr) #

[View source]
def eval(ctx : Context) : AnyValue #

[View source]
def fragments : Array(FayrantLang::AST::StringFragment) #

[View source]