ix.iscript
Interface IScriptSource

All Known Implementing Classes:
IScriptLispSource, IScriptXmlSource, LispSourceText

public interface IScriptSource

An object that represents or contains I-Script source code.


Method Summary
 java.lang.String getSyntax()
          Returns a string that identifies the syntax of the source contained in, or represented by, this object.
 Interpreter.Expr parseSource()
          Converts the source code into the tree representation used by Interpreters.
 

Method Detail

getSyntax

java.lang.String getSyntax()
Returns a string that identifies the syntax of the source contained in, or represented by, this object. At present, the value should be either "iscript/lisp" or "iscript/xml".


parseSource

Interpreter.Expr parseSource()
Converts the source code into the tree representation used by Interpreters.