org.codehaus.groovy.jsr223
[Java] Class GroovyCompiledScript
java.lang.Object
  
javax.script.CompiledScript
      
org.codehaus.groovy.jsr223.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.
 
- Authors:
 - Mike Grogan
 - A. Sundararajan
 
    
     
    
     
                | 
                Methods inherited from class CompiledScript
                 | 
                | eval, eval, eval, getEngine, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
                
                 
                 
    
    
        
        GroovyCompiledScript
        public GroovyCompiledScript(GroovyScriptEngineImpl engine, Class clazz)
        
        - 
        
 
        
        
        
    
     
    
    
        
        eval
        public Object eval(ScriptContext context)
        
        - 
        
 
        
        
        
    
        
        getEngine
        public ScriptEngine getEngine()
        
        - 
        
 
        
        
        
    
     
Copyright © 2003-2011 The Codehaus. All rights reserved.