| Package | Description |
|---|---|
| net.sourceforge.pmd |
This is the PMD programming mistake detector.
|
| net.sourceforge.pmd.lang | |
| net.sourceforge.pmd.lang.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 |
|---|---|
ParserOptions |
AbstractRule.getParserOptions()
This implementation returns a new instance of
ParserOptions using default settings. |
ParserOptions |
AbstractDelegateRule.getParserOptions() |
Copyright © 2002–2016 InfoEther. All rights reserved.