Package io.micronaut.ast.groovy.visitor
@Internal
package io.micronaut.ast.groovy.visitor
Visitor context when visiting groovy code.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionAbstract Groovy element.A class element returning data from a
ClassNode
.AConstructorElement
for Groovy.Implementation ofElementFactory
for Groovy.A enum constant element returning data from aVariable
.A field element returning data from aFieldNode
.A method element returning data from aMethodNode
.Groovy's native element.The class element.The class element with an owner (Generic type etc.).The field element.The method element.The package element.The parameter element.The placeholder element.A class element returning data from aPackageNode
.Implementation ofParameterElement
for Groovy.The visitor context when visiting Groovy code.