|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.pmd.parsers.Java14Parser
Adapter for the JavaParser, using Java 1.4 grammar.
| Constructor Summary | |
Java14Parser()
|
|
| Method Summary | |
java.lang.Object |
parse(java.io.Reader source)
Parse source code and return the root node of the AST. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Java14Parser()
| Method Detail |
public java.lang.Object parse(java.io.Reader source)
throws ParseException
Parser
parse in interface Parsersource - Reader that provides the source code of a compilation unit
ParseException - In case the source code could not be parsed, probably
due to syntactical errors.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||