class Cruml::ClassList
- Cruml::ClassList
- Reference
- Object
Overview
Consists of processing a list of classes.
Defined in:
class_list.crConstructors
-
.new
When instantiating the
Cruml::ClassList
class.
Instance Method Summary
-
#add(class_info : Cruml::Entities::ClassInfo) : Nil
Adds a reflected class into class list.
-
#classes : Array(Cruml::Entities::ClassInfo)
An array that contains the classes to easily retrieve.
Constructor Detail
def self.new
#
When instantiating the Cruml::ClassList
class. A list of reflected classes are empty by default.
Instance Method Detail
def classes : Array(Cruml::Entities::ClassInfo)
#
An array that contains the classes to easily retrieve.