
MesaMethodAnalyzer is an application that analyses Swift source code. It picks up the method names and creates trees of the relations. The picked-up items are categorized into Class, Internal Method with Exec prefix, External Method with Call prefix, Other Method, and Comment. The tool allows you to suppress the prefix and the comment, change the text color and the background color, and search for a specific word.
v2.0
1. Spec. Change:
a) func definition and calling a method in the same line is allowed. The comment is combined with the "func" name.
b) The default prefix for Internal and External is changed.
Internal: Exec
External:Call
c) The label of the toolbar item is added.
2. Bug-fix: NA
3. New Feature: NA