class Calculator::Operator

Defined in:

calculator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(symbol : Char, priority : Int32, pos : Int32) #

[View source]

Instance Method Detail

def pos : Int32 #

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

[View source]
def priority : Int32 #

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

[View source]
def symbol : Char #

[View source]
def symbol=(symbol : Char) #

[View source]