ix.iscript
Class IScriptParser

java.lang.Object
  extended by ix.iscript.IScriptParser

public class IScriptParser
extends java.lang.Object

A parser for the I-Script language. It converts an IScript Expression to an instance of an appropriate subclass of Interpreter.Expr. It can also begin with a textual XML representation of an Expression.


Constructor Summary
IScriptParser()
           
 
Method Summary
 Interpreter.Expr parseExpression(Expression expr)
           
 Interpreter.Expr parseExpression(java.lang.String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IScriptParser

public IScriptParser()
Method Detail

parseExpression

public Interpreter.Expr parseExpression(java.lang.String xml)

parseExpression

public Interpreter.Expr parseExpression(Expression expr)