|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectix.iscript.IScriptParser
public class IScriptParser
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 |
|---|
public IScriptParser()
| Method Detail |
|---|
public Interpreter.Expr parseExpression(java.lang.String xml)
public Interpreter.Expr parseExpression(Expression expr)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||