rasmus.interpreter
Class RScriptCompiler

java.lang.Object
  extended by rasmus.interpreter.RScriptCompiler

public class RScriptCompiler
extends java.lang.Object


Constructor Summary
RScriptCompiler()
           
 
Method Summary
static RCompiledScript compile(java.lang.String script)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RScriptCompiler

public RScriptCompiler()
Method Detail

compile

public static RCompiledScript compile(java.lang.String script)
                               throws java.lang.Exception
Throws:
java.lang.Exception