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()
Deprecated.This was never implemented and will never be. -
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
Deprecated.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()
Deprecated.ParserOptions
Parser. getParserOptions()
Deprecated.Parser options should be a parameter toParser.parse(String, Reader)
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)
Deprecated. -
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()
Deprecated.
-