| Class | Description | 
|---|---|
| AbstractGroovyElement | 
 Abstract Groovy element. 
 | 
| GroovyClassElement | 
 A class element returning data from a  
ClassNode. | 
| GroovyConstructorElement | 
 A  
ConstructorElement for Groovy. | 
| GroovyElementFactory | 
 Implementation of  
ElementFactory for Groovy. | 
| GroovyFieldElement | 
 A field element returning data from a  
Variable. | 
| GroovyMethodElement | 
 A method element returning data from a  
MethodNode. | 
| GroovyPackageElement | 
 A class element returning data from a  
PackageNode. | 
| GroovyParameterElement | 
 Implementation of  
ParameterElement for Groovy. | 
| GroovyVisitorContext | 
 The visitor context when visiting Groovy code. 
 | 
Visitor context when visiting groovy code.