|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.lang.GroovyObjectSupport groovy.lang.Script org.crsh.command.GroovyScript
public abstract class GroovyScript
Constructor Summary | |
---|---|
protected |
GroovyScript() |
protected |
GroovyScript(groovy.lang.Binding binding) |
Method Summary | |
---|---|
Object |
getProperty(String property) |
void |
setContext(RuntimeContext context) |
Methods inherited from class groovy.lang.Script |
---|
evaluate, evaluate, getBinding, invokeMethod, print, printf, printf, println, println, run, run, setBinding, setProperty |
Methods inherited from class groovy.lang.GroovyObjectSupport |
---|
getMetaClass, setMetaClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected GroovyScript()
protected GroovyScript(groovy.lang.Binding binding)
Method Detail |
---|
public void setContext(RuntimeContext context)
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
getProperty
in class groovy.lang.Script
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |