class Pratt::CallExpression

Overview

A function call like "a(b, c, d)".

Included Modules

Defined in:

expressions/call_expression.cr

Constructors

Instance Method Summary

Instance methods inherited from module Pratt::Expression

print : String print

Constructor Detail

def self.new(m_function : Expression, m_args : Array(Expression)) #

[View source]

Instance Method Detail

def print : String #
Description copied from module Pratt::Expression

Pretty-print the expression to a string. */


[View source]