Class GroovyCompiledScript


  • public class GroovyCompiledScript
    extends CompiledScript
    Used to represent compiled Groovy scripts. Such scripts may be executed repeatedly by Groovy's ScriptEngine using the eval method without reparsing overheads.
    Author:
    Adapted from original by Mike Grogan, Adapted from original by A. Sundararajan