Class CodeVisitorSupport

java.lang.Object
org.codehaus.groovy.ast.CodeVisitorSupport
All Implemented Interfaces:
GroovyCodeVisitor
Direct Known Subclasses:
ClassCodeVisitorSupport, ClosureWriter.CorrectAccessedVariableVisitor, CollectRecursiveCalls, GinqAstBaseVisitor, GinqAstBuilder, HasRecursiveCalls, MethodInvocationTrap, ReturnAdderForClosures, SqlOrderByVisitor, SqlWhereVisitor, StatementReplacer, TransformingCodeVisitor, VariableExpressionReplacer, VerifierCodeVisitor

public abstract class CodeVisitorSupport extends Object implements GroovyCodeVisitor
Abstract base class for any GroovyCodeVisitor which by default just walks the code and expression tree