| Class | Description | 
|---|---|
| AbstractGroovyElement | Abstract Groovy element. | 
| GroovyClassElement | A class element returning data from a  ClassNode. | 
| GroovyConstructorElement | A  ConstructorElementfor Groovy. | 
| GroovyElementFactory | Implementation of  ElementFactoryfor Groovy. | 
| GroovyEnumConstantElement | A enum constant element returning data from a  Variable. | 
| 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  ParameterElementfor Groovy. | 
| GroovyVisitorContext | The visitor context when visiting Groovy code. | 
Visitor context when visiting groovy code.