|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.org.codenarc.rule.InlineViolationsParser
class InlineViolationsParser
Parser for inline violation metadata within Rule test classes
| Nested Class Summary | |
|---|---|
static class |
InlineViolationsParser.ParseResult
|
| Property Summary | |
|---|---|
def |
result
|
| Method Summary | |
|---|---|
protected static String
|
inlineViolation(String violationMessage)
|
InlineViolationsParser.ParseResult
|
parse(String annotatedSource)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
def result
| Method Detail |
|---|
protected static String inlineViolation(String violationMessage)
InlineViolationsParser.ParseResult parse(String annotatedSource)
Groovy Documentation