Groovy Documentation

groovy.org.codenarc.rule.naming
[Groovy] Class ScopedConfusingMethodNameAstVisitor

java.lang.Object
  org.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

lowercaseClosureNames

def lowercaseClosureNames


lowercaseFieldNames

def lowercaseFieldNames


lowercaseMethodNames

def lowercaseMethodNames


lowercaseMethodNamesWithParameterTypes

def lowercaseMethodNamesWithParameterTypes


parent

def parent


 
Constructor Detail

ScopedConfusingMethodNameAstVisitor

ScopedConfusingMethodNameAstVisitor(AbstractAstVisitor parent)


 
Method Detail

getRule

Rule getRule()


visitClassEx

void visitClassEx(org.codehaus.groovy.ast.ClassNode node)


visitField

void visitField(org.codehaus.groovy.ast.FieldNode node)


visitMethodEx

void visitMethodEx(org.codehaus.groovy.ast.MethodNode node)


 

Groovy Documentation