module Cruml::Reflection

Overview

A reflection consists of retrieving infos on classes, which contain infos on instance variables, methods and arguments. This reflection principle is inspired by the Reflection class in the PHP language.

Defined in:

reflection.cr

Class Method Summary

Class Method Detail

def self.start : Cruml::ClassList #

Allows to process reflected classes.


[View source]