class Pratt::NameExpression

Overview

A simple variable name expression like "abc".

Included Modules

Defined in:

expressions/name_expression.cr

Constructors

Instance Method Summary

Instance methods inherited from module Pratt::Expression

print : String print

Constructor Detail

def self.new(m_name : String) #

[View source]

Instance Method Detail

def m_name : String #

[View source]
def print : String #
Description copied from module Pratt::Expression

Pretty-print the expression to a string. */


[View source]