Class CachedGroovyShell

java.lang.Object
groovy.lang.GroovyObjectSupport
pl.decerto.hyperon.runtime.function.groovy.shell.CachedGroovyShell
All Implemented Interfaces:
groovy.lang.GroovyObject

public class CachedGroovyShell extends groovy.lang.GroovyObjectSupport
  • Constructor Details

  • Method Details

    • evaluate

      public Object evaluate(GroovyFunction function, groovy.lang.Binding args)
    • validate

      public List<? extends org.codehaus.groovy.control.messages.Message> validate(String scriptText)
    • setVariable

      public void setVariable(String name, Object value)