Uses of Class
org.codenarc.rule.InlineViolationsParser.ParseResult
-
Packages that use InlineViolationsParser.ParseResult Package Description org.codenarc.rule -
-
Uses of InlineViolationsParser.ParseResult in org.codenarc.rule
Methods in org.codenarc.rule that return InlineViolationsParser.ParseResult Modifier and Type Method Description InlineViolationsParser.ParseResult
InlineViolationsParser. getResult()
InlineViolationsParser.ParseResult
InlineViolationsParser. parse(java.lang.String annotatedSource)
Methods in org.codenarc.rule with parameters of type InlineViolationsParser.ParseResult Modifier and Type Method Description void
InlineViolationsParser. setResult(InlineViolationsParser.ParseResult value)
-