rasmus.interpreter.parser
Class ScriptCompiler

java.lang.Object
  extended by rasmus.interpreter.parser.ScriptCompiler

public class ScriptCompiler
extends java.lang.Object


Constructor Summary
ScriptCompiler()
           
 
Method Summary
static Executable compile(ScriptElement script)
           
static Executable compile(java.lang.String script)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptCompiler

public ScriptCompiler()
Method Detail

compile

public static Executable compile(java.lang.String script)
                          throws ScriptParserException
Throws:
ScriptParserException

compile

public static Executable compile(ScriptElement script)