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