Class VerifierCodeVisitor

  • All Implemented Interfaces:
    GroovyCodeVisitor, org.objectweb.asm.Opcodes

    public class VerifierCodeVisitor
    extends CodeVisitorSupport
    implements org.objectweb.asm.Opcodes
    Performs various checks on code inside methods and constructors including checking for valid field, variables names etc. that would otherwise lead to invalid code.