|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface AstVisitor
Interface for Groovy AST Visitors used with Rules
Method Summary | |
---|---|
List
|
getViolations()
Retrieve the List of Violations resulting from applying this visitor |
void
|
setRule(Rule rule)
Set the Rule associated with this visitor |
void
|
setSourceCode(SourceCode sourceCode)
Set the SourceCode associated with this visitor |
Method Detail |
---|
public List getViolations()
public void setRule(Rule rule)
public void setSourceCode(SourceCode sourceCode)
Groovy Documentation