Uses of Class
ix.iscript.VarRef

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

Uses of VarRef in ix.iscript
 

Methods in ix.iscript that return VarRef
 VarRef IScript.makeVarRef(Name name)
           
 VarRef IScript.makeVarRef(Symbol name)
           
 

Methods in ix.iscript with parameters of type VarRef
(package private)  Interpreter.VarRef IScriptParser.parseVarRef(VarRef ref)