| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface GroovyClassVisitor
An implementation of the visitor pattern for working with ASTNodes
| Method Summary | |
|---|---|
            void
         | 
        
            visitClass(ClassNode node)
             | 
        
            void
         | 
        
            visitConstructor(ConstructorNode node)
             | 
        
            void
         | 
        
            visitField(FieldNode node)
             | 
        
            void
         | 
        
            visitMethod(MethodNode node)
             | 
        
            void
         | 
        
            visitProperty(PropertyNode node)
             | 
        
| Method Detail | 
|---|
public void visitClass(ClassNode node)
public void visitConstructor(ConstructorNode node)
public void visitField(FieldNode node)
public void visitMethod(MethodNode node)
public void visitProperty(PropertyNode node)
Copyright © 2003-2010 The Codehaus. All rights reserved.