| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GroovyClassVisitor
A special visitor for working with the structure of a class. In general, your 
 will want to use the Abstract class based on this class ClassCodeVisitorSupport.
ClassNode, 
ClassCodeVisitorSupport| Method Summary | |
|---|---|
 void | 
visitClass(ClassNode node)
Visit a ClassNode.  | 
 void | 
visitConstructor(ConstructorNode node)
Visit a ConstructorNode.  | 
 void | 
visitField(FieldNode node)
Visit a FieldNode.  | 
 void | 
visitMethod(MethodNode node)
Visit a MethodNode.  | 
 void | 
visitProperty(PropertyNode node)
Visit a PropertyNode.  | 
| Method Detail | 
|---|
void visitClass(ClassNode node)
void visitConstructor(ConstructorNode node)
void visitMethod(MethodNode node)
void visitField(FieldNode node)
void visitProperty(PropertyNode node)
  | 
Copyright © 2003-2012 The Codehaus. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||