class

Cruml::Entities::MethodInfo

Inherits Reference < Object

This consists of obtaining information about methods.

Constructors

new(visibility : Symbol, name : String, return_type : String)
Source

Instance methods

Add an argument into the args list.

Source
args

All arguments in a method.

Source
generate_args

Generate the args.

Source
name

Method name.

Source
return_type

Return type of a method.

Source
visibility

Method visibility (- private, # protected and + public).

Source