function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
App DevelopmentApp Development 

How to go thoroughly apex class body?

I am developing code review tool to do the code review of apex class.
So, here i need to go through line by line of Apex class body and then needs to perform some analysis.
please give suggestion on this.
Prateek Singh SengarPrateek Singh Sengar
Hi,
Using tooling API you can access methods and class body and perform your analysis.
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/intro_api_tooling.htm