class
Cruml::Entities::MethodInfo
- Cruml::Entities::MethodInfo
- Reference
- Object
Overview
This consists of obtaining information about methods.
Defined in:
entities/method_info.crConstructors
Instance Method Summary
-
#add_arg(arg : Cruml::Entities::ArgInfo)
Add an argument into the args list.
-
#args : Array(Cruml::Entities::ArgInfo)
All arguments in a method.
-
#generate_args : String
Generate the args.
-
#name : String
Method name.
-
#return_type : String
Return type of a method.
-
#visibility : Symbol
Method visibility (-, # and +).