All Classes
-
Class Summary Class Description AbstractGroovyElement Abstract Groovy element.ClassPathAnnotationScanner An optimized classpath scanner that includes the ability to optionally scan JAR files.ExtendedParameter This class was created to pass to theGroovyAnnotationMetadataBuilder
because the method node the parameter belongs to is not available from theParameter
class itself.GroovyAnnotationMetadataBuilder Groovy implementation ofAbstractAnnotationMetadataBuilder
.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.InMemoryByteCodeGroovyClassLoader Extended version ofGroovyClassLoader
that can be used to test dependency injection compilation.InMemoryClassWriterOutputVisitor Utility class for testing Groovy visitors.