Groovy Documentation

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

java.lang.Object
  org.codenarc.rule.AbstractAstVisitor
      groovy.org.codenarc.rule.naming.AbstractTypeNameAstVisitor

abstract class AbstractTypeNameAstVisitor
extends AbstractAstVisitor

Abstract superclass for AstVisitor classes dealing with class/type names, e.g. classes, interfaces and abstract classes.

Authors:
Chris Mair
Hamlet D'Arcy


Method Summary
protected boolean shouldVisit(org.codehaus.groovy.ast.ClassNode classNode)

@return true only if this visitor should be applied to (visit) the specified ClassNode.

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

 

Method Detail

shouldVisit

protected boolean shouldVisit(org.codehaus.groovy.ast.ClassNode classNode)
Returns:
true only if this visitor should be applied to (visit) the specified ClassNode.


visitClassEx

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


 

Groovy Documentation