public enum GroovyCompilerScope
The scope in which a groovy compiler operates.
Default scope, exposes groovy.jar (loaded from the parent) and the shared cli package (loaded through groovy classloader).
Extension scope, allows full access to internal CLI classes.