class Noise::Lang::AST::Parameter

Defined in:

lang/ast.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, dimension : UInt32 | Nil, value : Float64) #

[View source]

Instance Method Detail

def dimension : UInt32? #

[View source]
def name : String #

[View source]
def value : Float64 #

[View source]