|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.codenarc.rule.AbstractAstVisitor
groovy.org.codenarc.rule.naming.ScopedConfusingMethodNameAstVisitor
class ScopedConfusingMethodNameAstVisitor extends AbstractAstVisitor
Property Summary | |
---|---|
def |
lowercaseClosureNames
|
def |
lowercaseFieldNames
|
def |
lowercaseMethodNames
|
def |
lowercaseMethodNamesWithParameterTypes
|
def |
parent
|
Constructor Summary | |
ScopedConfusingMethodNameAstVisitor(AbstractAstVisitor parent)
|
Method Summary | |
---|---|
Rule
|
getRule()
|
void
|
visitClassEx(org.codehaus.groovy.ast.ClassNode node)
|
void
|
visitField(org.codehaus.groovy.ast.FieldNode node)
|
void
|
visitMethodEx(org.codehaus.groovy.ast.MethodNode node)
|
Property Detail |
---|
def lowercaseClosureNames
def lowercaseFieldNames
def lowercaseMethodNames
def lowercaseMethodNamesWithParameterTypes
def parent
Constructor Detail |
---|
ScopedConfusingMethodNameAstVisitor(AbstractAstVisitor parent)
Method Detail |
---|
Rule getRule()
void visitClassEx(org.codehaus.groovy.ast.ClassNode node)
void visitField(org.codehaus.groovy.ast.FieldNode node)
void visitMethodEx(org.codehaus.groovy.ast.MethodNode node)
Groovy Documentation