FayrantLang::AST::ClassDeclarationStatement
Inherits FayrantLang::AST::Statement / Reference / Object
Constructors
new(name : String, ctor_params : Array(String), ctor_body : Array(Statement), methods : Array(FunctionDeclarationStatement))
SourceInstance methods
==(other : ClassDeclarationStatement)
Sourcector_body
Sourcector_params
Sourceexec(ctx : Context) : Tuple(ExecResult, AnyValue)
Sourcemethods
Sourcename
Source