Uses of Class
net.sourceforge.pmd.lang.ParserOptions
-
Packages that use ParserOptions Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.lang net.sourceforge.pmd.lang.rule -
-
Uses of ParserOptions in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return ParserOptions Modifier and Type Method Description ParserOptions
Rule. getParserOptions()
Get the parser options for this Rule. -
Uses of ParserOptions in net.sourceforge.pmd.lang
Fields in net.sourceforge.pmd.lang declared as ParserOptions Modifier and Type Field Description protected ParserOptions
AbstractParser. parserOptions
Methods in net.sourceforge.pmd.lang that return ParserOptions Modifier and Type Method Description ParserOptions
AbstractLanguageVersionHandler. getDefaultParserOptions()
ParserOptions
LanguageVersionHandler. getDefaultParserOptions()
Get the default ParserOptions.ParserOptions
AbstractParser. getParserOptions()
ParserOptions
Parser. getParserOptions()
Get the ParserOptions used by this Parser.Methods in net.sourceforge.pmd.lang with parameters of type ParserOptions Modifier and Type Method Description Parser
LanguageVersionHandler. getParser(ParserOptions parserOptions)
Get the Parser.Constructors in net.sourceforge.pmd.lang with parameters of type ParserOptions Constructor Description AbstractParser(ParserOptions parserOptions)
-
Uses of ParserOptions in net.sourceforge.pmd.lang.rule
Methods in net.sourceforge.pmd.lang.rule that return ParserOptions Modifier and Type Method Description ParserOptions
AbstractDelegateRule. getParserOptions()
Deprecated.ParserOptions
AbstractRule. getParserOptions()
This implementation returns a new instance ofParserOptions
using default settings.
-