class Cruml::Entities::ModuleInfo

Overview

This consists of obtaining information about module.

Defined in:

entities/module_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, type : Symbol = :normal) #

[View source]

Instance Method Detail

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

Adds an instance var into module.


[View source]
def add_method(method : Cruml::Entities::MethodInfo) : Nil #

Adds a method into module.


[View source]
def instance_vars : Array({String, String}) #

[View source]
def methods : Array(Cruml::Entities::MethodInfo) #

[View source]
def name : String #

[View source]
def type : Symbol #

[View source]