class FayrantLang::AST::StringLiteralFragment

Defined in:

ast/expression.cr

Constructors

Instance Method Summary

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

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

Constructor Detail

def self.new(str : String) #

[View source]

Instance Method Detail

def ==(other : StringLiteralFragment) #

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

[View source]
def str : String #

[View source]