Class VerifierCodeVisitor

java.lang.Object
org.codehaus.groovy.ast.CodeVisitorSupport
org.codehaus.groovy.classgen.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.
Author:
James Strachan