Hi all,
Am new to the java world and I wanted to know if there is a parser provided by Java to extract certain piece of information in the code. What I want to do is to give the parser any piece of code and it should be able to read it, find the loops and Boolean expression and be able to change them according to certain rules provided in advance. Is there a way that I can start with??
Thanks in advance