Uses of Class
ix.iscript.Literal

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

Uses of Literal in ix.iscript
 

Methods in ix.iscript that return Literal
 Literal IScript.makeLiteral(java.lang.Object value)
           
 

Methods in ix.iscript with parameters of type Literal
(package private)  Interpreter.Literal IScriptParser.parseLiteral(Literal lit)