public interface Compilable
| Modifier and Type | Method and Description |
|---|---|
CompiledScript |
compile(Reader script) |
CompiledScript |
compile(String script) |
CompiledScript compile(String script) throws ScriptException
ScriptExceptionCompiledScript compile(Reader script) throws ScriptException
ScriptExceptionCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.