rasmus.interpreter.parser
Class ScriptParser

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

public class ScriptParser
extends java.lang.Object


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

Method Detail

parse

public static ScriptElement parse(java.lang.String script)
                           throws ScriptParserException
Throws:
ScriptParserException