module Focus::Dsl::Types

Defined in:

focus/dsl/types.cr

Instance Method Summary

Instance Method Detail

def bool(value : Bool) : Focus::BoolExpression #

[View source]
def float32(value : Float32) : Focus::FloatExpression(Float32) #

[View source]
def float64(value : Float64) : Focus::FloatExpression(Float64) #

[View source]
def int16(value : Int16) : Focus::IntExpression(Int16) #

[View source]
def int32(value : Int32) : Focus::IntExpression(Int32) #

[View source]
def int64(value : Int64) : Focus::IntExpression(Int64) #

[View source]
def int8(value : Int8) : Focus::IntExpression(Int8) #

[View source]
def null : Focus::NullLiteral #

[View source]
def string(value : String) : Focus::StringExpression #

[View source]
def uint16(value : UInt16) : Focus::IntExpression(UInt16) #

[View source]
def uint32(value : UInt32) : Focus::IntExpression(UInt32) #

[View source]
def uint64(value : UInt64) : Focus::IntExpression(UInt64) #

[View source]
def uint8(value : UInt8) : Focus::IntExpression(UInt8) #

[View source]