Class ExtendedVerifier

  • All Implemented Interfaces:
    GroovyClassVisitor

    public class ExtendedVerifier
    extends java.lang.Object
    implements GroovyClassVisitor
    A specialized Groovy AST visitor meant to perform additional verifications upon the current AST. Currently it does checks on annotated nodes and annotations itself.

    Current limitations: - annotations on local variables are not supported

    Author:
    Alex Popescu