@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 AConstructorElementfor Groovy.GroovyElementFactory Implementation ofElementFactoryfor Groovy.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 ofParameterElementfor Groovy.GroovyVisitorContext The visitor context when visiting Groovy code.