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