| Package | Description |
|---|---|
| com.artenum.rosetta.interfaces.core | |
| com.artenum.rosetta.test |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
GenericInterpreter.eval(java.io.Reader reader)
Same as
eval(String) except that the source of the script
is provided as a Reader |
java.lang.Object |
GenericInterpreter.eval(java.lang.String script)
Executes the specified script.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
FakeGenericInterpreter.eval(java.io.Reader reader) |
java.lang.Object |
FakeGenericInterpreter.eval(java.lang.String script) |
Copyright © 2007-2013 Artenum. All Rights Reserved.