Dragonstone::Bytecode::FunctionSignature
Constructors
new(parameters : Array(ParameterSpec), return_type : AST::TypeExpression | Nil, is_abstract : Bool = false, gc_flags : Dragonstone::Runtime::GC::Flags = ::Dragonstone::Runtime::GC::Flags.new)
SourceInstance methods
abstract?
Sourcegc_flags
Sourceparameters
Sourcereturn_type
Source