Package | Description |
---|---|
net.sourceforge.pmd |
This is the PMD programming mistake detector.
|
net.sourceforge.pmd.lang | |
net.sourceforge.pmd.lang.cpp | |
net.sourceforge.pmd.lang.ecmascript | |
net.sourceforge.pmd.lang.ecmascript.rule | |
net.sourceforge.pmd.lang.java | |
net.sourceforge.pmd.lang.jsp | |
net.sourceforge.pmd.lang.rule | |
net.sourceforge.pmd.lang.xml | |
net.sourceforge.pmd.lang.xml.rule |
Modifier and Type | Method and Description |
---|---|
ParserOptions |
Rule.getParserOptions()
Get the parser options for this Rule.
|
Modifier and Type | Field and Description |
---|---|
protected ParserOptions |
AbstractParser.parserOptions |
Modifier and Type | Method and Description |
---|---|
ParserOptions |
LanguageVersionHandler.getDefaultParserOptions()
Get the default ParserOptions.
|
ParserOptions |
AbstractLanguageVersionHandler.getDefaultParserOptions() |
ParserOptions |
AbstractParser.getParserOptions() |
ParserOptions |
Parser.getParserOptions()
Get the ParserOptions used by this Parser.
|
Modifier and Type | Method and Description |
---|---|
Parser |
LanguageVersionHandler.getParser(ParserOptions parserOptions)
Get the Parser.
|
Constructor and Description |
---|
AbstractParser(ParserOptions parserOptions) |
Modifier and Type | Method and Description |
---|---|
Parser |
CppHandler.getParser(ParserOptions parserOptions) |
Constructor and Description |
---|
CppParser(ParserOptions parserOptions) |
Modifier and Type | Class and Description |
---|---|
class |
EcmascriptParserOptions |
Modifier and Type | Method and Description |
---|---|
ParserOptions |
Ecmascript3Handler.getDefaultParserOptions() |
Modifier and Type | Method and Description |
---|---|
Parser |
Ecmascript3Handler.getParser(ParserOptions parserOptions) |
Constructor and Description |
---|
Ecmascript3Parser(ParserOptions parserOptions) |
Modifier and Type | Method and Description |
---|---|
ParserOptions |
EcmascriptXPathRule.getParserOptions() |
ParserOptions |
AbstractEcmascriptRule.getParserOptions() |
Modifier and Type | Method and Description |
---|---|
Parser |
Java15Handler.getParser(ParserOptions parserOptions) |
Parser |
Java14Handler.getParser(ParserOptions parserOptions) |
Parser |
Java17Handler.getParser(ParserOptions parserOptions) |
Parser |
Java13Handler.getParser(ParserOptions parserOptions) |
Parser |
Java16Handler.getParser(ParserOptions parserOptions) |
Constructor and Description |
---|
AbstractJavaParser(ParserOptions parserOptions) |
Java13Parser(ParserOptions parserOptions) |
Java14Parser(ParserOptions parserOptions) |
Java15Parser(ParserOptions parserOptions) |
Java16Parser(ParserOptions parserOptions) |
Java17Parser(ParserOptions parserOptions) |
Modifier and Type | Method and Description |
---|---|
Parser |
JspHandler.getParser(ParserOptions parserOptions) |
Constructor and Description |
---|
JspParser(ParserOptions parserOptions) |
Modifier and Type | Method and Description |
---|---|
ParserOptions |
AbstractRule.getParserOptions()
This implementation returns a new instance of
ParserOptions using default settings. |
ParserOptions |
AbstractDelegateRule.getParserOptions() |
Modifier and Type | Class and Description |
---|---|
class |
XmlParserOptions |
Modifier and Type | Method and Description |
---|---|
ParserOptions |
XmlHandler.getDefaultParserOptions() |
Modifier and Type | Method and Description |
---|---|
Parser |
XmlHandler.getParser(ParserOptions parserOptions) |
Constructor and Description |
---|
XmlParser(ParserOptions parserOptions) |
Modifier and Type | Method and Description |
---|---|
ParserOptions |
AbstractXmlRule.getParserOptions() |
ParserOptions |
XmlXPathRule.getParserOptions() |
Copyright © 2002–2013 InfoEther. All rights reserved.