package javax.script; public class CompiledScript { public Object eval() throws ScriptException { return null; } }