class Calculator::Function

Defined in:

calculator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, string : String, start : Int32, abs_pos : Int32) #

[View source]

Instance Method Detail

def abs_pos : Int32 #

[View source]
def build #

[View source]
def length #

[View source]
def max_operator_index #

[View source]
def name : String #

[View source]
def original_length : Int32 #

start is relative to parent


[View source]
def original_length=(original_length : Int32) #

start is relative to parent


[View source]
def set_func_parts(parts : Array(Calculator::Function)) #

[View source]
def start : Int32 #

[View source]
def string : String #

[View source]
def value #

[View source]