Corner.Module.Explorer (corner v0.1.2)

Explore the module informations.

Link to this section Summary

Functions

Get persisted attributes in the module.

Get compile information of the module.

Get all functions in module.

Get all macros defined in the module.

Get md5 information of the module.

Get the name of the module.

Get all private functions in module.

Get all private macros in the module.

Get all public functions in module.

Get all public macros in the module.

Link to this section Functions

Link to this function

attributes(module)

Get persisted attributes in the module.

Link to this function

compile(module)

Get compile information of the module.

Get all functions in module.

Include private functions.

Get all macros defined in the module.

Get md5 information of the module.

Get the name of the module.

Link to this function

priv_funs(module)

Get all private functions in module.

Link to this function

priv_macros(module)

Get all private macros in the module.

Link to this function

pub_funs(module)

Get all public functions in module.

Link to this function

pub_macros(module)

Get all public macros in the module.