@Internal
Package io.micronaut.ast.groovy.visitor
Visitor context when visiting groovy code.
- Since:
- 1.0
-
Class Summary Class Description AbstractGroovyElement Abstract Groovy element.GroovyClassElement A class element returning data from aClassNode
.GroovyConstructorElement AConstructorElement
for Groovy.GroovyElementFactory Implementation ofElementFactory
for Groovy.GroovyEnumConstantElement A enum constant element returning data from aVariable
.GroovyFieldElement A field element returning data from aVariable
.GroovyMethodElement A method element returning data from aMethodNode
.GroovyPackageElement A class element returning data from aPackageNode
.GroovyParameterElement Implementation ofParameterElement
for Groovy.GroovyVisitorContext The visitor context when visiting Groovy code.