class YAGA::EquationParser::Node

Defined in:

yaga/chromosomes/equation_parser/node.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : Symbol | UInt8, arity : UInt8) #

[View source]

Instance Method Detail

def arity : UInt8 #

[View source]
def arity=(arity : UInt8) #

[View source]
def children : Array(YAGA::EquationParser::Node) #

[View source]
def result : Float64? #

[View source]
def result=(result : Float64 | Nil) #

[View source]
def value : Symbol | UInt8 #

[View source]
def value=(value : Symbol | UInt8) #

[View source]