net.sourceforge.pmd.lang.java
Class Java17Parser
java.lang.Object
net.sourceforge.pmd.lang.AbstractParser
net.sourceforge.pmd.lang.java.AbstractJavaParser
net.sourceforge.pmd.lang.java.Java17Parser
- All Implemented Interfaces:
- Parser
public class Java17Parser
- extends AbstractJavaParser
Adapter for the JavaParser, using Java 1.7 grammar.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Java17Parser
public Java17Parser(ParserOptions parserOptions)
createJavaParser
protected JavaParser createJavaParser(Reader source)
throws ParseException
- Description copied from class:
AbstractJavaParser
- Subclass should override this method to modify the JavaParser as needed.
- Overrides:
createJavaParser
in class AbstractJavaParser
- Throws:
ParseException
Copyright © 2002-2015 InfoEther. All Rights Reserved.