class Cruml::Entities::MethodInfo

Overview

This consists of obtaining information about methods.

Defined in:

entities/method_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(visibility : Symbol, name : String, return_type : String) #

[View source]

Instance Method Detail

def add_arg(arg : Cruml::Entities::ArgInfo) #

Add an argument into the args list.


[View source]
def args : Array(Cruml::Entities::ArgInfo) #

[View source]
def generate_args : String #

Generate the args.


[View source]
def name : String #

[View source]
def return_type : String #

[View source]
def visibility : Symbol #

[View source]