abstract class Cosmo::Operator::Base

Direct Known Subclasses

Defined in:

cosmo/runtime/operator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(interpreter : Interpreter) #

[View source]

Instance Method Detail

abstract def apply(expr : E) : ValueType forall E #

[View source]