Groovy 2.1.2
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A


B


C

compile(Reader) - Method in GroovyScriptEngineImpl
createBindings() - Method in GroovyScriptEngineImpl

D


E

eval(ScriptContext) - Method in GroovyCompiledScript
eval(String, ScriptContext) - Method in GroovyScriptEngineImpl
eval(ScriptEngine, Reader, Binding) - Method in ScriptExtensions
Same as eval(ScriptEngine, Reader, Binding) except that the source of the script is provided as a Reader

F


G

getClassLoader() - Method in GroovyScriptEngineImpl
getEngine() - Method in GroovyCompiledScript
getEngineName() - Method in GroovyScriptEngineFactory
getEngineVersion() - Method in GroovyScriptEngineFactory
Note that the scripting.dev.java.net engine had this backwards.
getExtensions() - Method in GroovyScriptEngineFactory
getFactory() - Method in GroovyScriptEngineImpl
getInterface(Object, Class) - Method in GroovyScriptEngineImpl
getLanguageName() - Method in GroovyScriptEngineFactory
This is also different than scripting.dev.java.net which used an initial lowercase.
getLanguageVersion() - Method in GroovyScriptEngineFactory
getMethodCallSyntax(String, String, String) - Method in GroovyScriptEngineFactory
getMimeTypes() - Method in GroovyScriptEngineFactory
getNames() - Method in GroovyScriptEngineFactory
getOutputStatement(String) - Method in GroovyScriptEngineFactory
getParameter(String) - Method in GroovyScriptEngineFactory
getProgram(String) - Method in GroovyScriptEngineFactory
getScriptEngine() - Method in GroovyScriptEngineFactory
GroovyCompiledScript - Class in org.codehaus.groovy.jsr223
Used to represent compiled Groovy scripts.
GroovyCompiledScript(GroovyScriptEngineImpl, Class) - Constructor in GroovyCompiledScript
GroovyScriptEngineFactory - Class in org.codehaus.groovy.jsr223
A factory class conforming to JSR-223 which is used to instantiate Groovy ScriptEngines and also exposes metadata describing Groovy's engine class.
GroovyScriptEngineImpl - Class in org.codehaus.groovy.jsr223
GroovyScriptEngineImpl(GroovyClassLoader) - Constructor in GroovyScriptEngineImpl

H


I

invokeFunction(String, Object) - Method in GroovyScriptEngineImpl
invokeMethod(Object, String, Object) - Method in GroovyScriptEngineImpl

J


K


L


M


N


O


P


Q


R


S

ScriptExtensions - Class in org.codehaus.groovy.jsr223
This class defines new Java 6 specific groovy methods which extend the normal JDK classes inside the Groovy environment.
ScriptStaticExtensions - Class in org.codehaus.groovy.jsr223
This class defines new Java 6 specific static groovy methods which extend the normal JDK classes inside the Groovy environment.
setClassLoader(GroovyClassLoader) - Method in GroovyScriptEngineImpl

T


U


V


W


X


Y


Z


_


Copyright © 2003-2013 The Codehaus. All rights reserved.