class

Cruml::Entities::ModuleInfo

Inherits Reference < Object

This consists of obtaining information about module.

Constructors

new(name : String, type : Symbol = :normal)
Source

Instance methods

add_instance_var(name : String, type : String) : Nil

Adds an instance variable into the module.

Source
add_method(method : Cruml::Entities::MethodInfo) : Nil

Adds a method into the module.

Source
instance_vars

all instance variables in a module.

Source
methods

All methods in a module.

Source
name

Module name

Source
type

Module type

Source