Package | Description |
---|---|
org.codenarc.rule |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAstVisitorRule
Abstract superclass for Rules that use a Groovy AST Visitor.
|
class |
AbstractRule
Abstract superclass for Rules.
|
class |
AbstractSharedAstVisitorRule
Abstract superclass for Rules that use a single, shared AstVisitor across all ClassNodes in a source (file).
|
Modifier and Type | Method and Description |
---|---|
Rule |
AbstractAstVisitor.getRule() |
Rule |
AbstractFieldVisitor.getRule()
Gets the rule for this visitor.
|
Rule |
AbstractMethodCallExpressionVisitor.getRule()
Gets the rule for this visitor.
|
Rule |
AbstractMethodVisitor.getRule()
Gets the rule for this visitor.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAstVisitor.setRule(Rule rule) |
void |
AbstractFieldVisitor.setRule(Rule rule)
Set the Rule associated with this visitor
|
void |
AbstractMethodCallExpressionVisitor.setRule(Rule rule)
Set the Rule associated with this visitor
|
void |
AbstractMethodVisitor.setRule(Rule rule)
Set the Rule associated with this visitor
|
Copyright © 2016. All rights reserved.