Class JavaParser

java.lang.Object
io.github.mmm.code.java.parser.api.JavaParser

public class JavaParser extends Object
This is the front-end (API entry point) for a parser that can read Java source code and return it as abstract syntax tree. Unlike many other existing parsers it also includes JavaDoc. For a high-level API you most probably want to use net.sf.mmm.code.impl.java.JavaContext instead.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)