Class ScriptInterpreter


  • public abstract class ScriptInterpreter
    extends com.simplicite.util.engine.ScriptInterpreter
    Script interpreter abstract wrapper
    • Field Summary

      • Fields inherited from class com.simplicite.util.engine.ScriptInterpreter

        STANDARD_CLASSES, STANDARD_PACKAGES
    • Method Summary

      • Methods inherited from class com.simplicite.util.engine.ScriptInterpreter

        check, debug, eval, eval, eval, eval, eval, findClass, getArrayOfStringArray, getEngine, getEngineName, getEngineVersion, getInitializers, getJavadocInfo, getObject, getObjectArray, getPublicMethods, getString, getStringArray, parseBoolean, parseByteArray, parseChar, parseDate, parseInt, parseList, parseLong, parseMessage, parseString, parseStringArray, parseStringArrayList, runtimeError, syntaxError
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScriptInterpreter

        public ScriptInterpreter()