|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
interface Rule
Represents a source code analysis rule
| Method Summary | |
|---|---|
List
|
applyTo(SourceCode sourceCode)
Apply this rule to the specified source and return a list of violations (or an empty List) |
String
|
getName()
|
int
|
getPriority()
|
| Method Detail |
|---|
List applyTo(SourceCode sourceCode)
String getName()
int getPriority()
Groovy Documentation