Uses of Class
ix.iscript.While

Packages that use While
ix.iscript I-Script is a simple programming language. 
 

Uses of While in ix.iscript
 

Methods in ix.iscript that return While
 While IScript.makeWhile(Expression test, Expression body)
           
 

Methods in ix.iscript with parameters of type While
(package private)  Interpreter.While IScriptParser.parseWhile(While expr)