Uses of Class
org.millscript.millscript.vm.Ref

Packages that use Ref
org.millscript.millscript.expr   
org.millscript.millscript.functions   
org.millscript.millscript.vm   
 

Uses of Ref in org.millscript.millscript.expr
 

Fields in org.millscript.millscript.expr declared as Ref
protected  Ref Ident.ref
           
 

Methods in org.millscript.millscript.expr that return Ref
 Ref Ident.getRef()
           
 Ref GlobalIdent.getRef()
           
 

Constructors in org.millscript.millscript.expr with parameters of type Ref
GlobalIdent(java.lang.String s, Ref r)
           
LocalIdent(java.lang.String s, Ref r)
           
 

Uses of Ref in org.millscript.millscript.functions
 

Constructors in org.millscript.millscript.functions with parameters of type Ref
ClosureFunction(java.lang.Object[] oVals, Ref[] oRefs, LocalIdent[] oIds, LambdaFunction lam)
           
 

Uses of Ref in org.millscript.millscript.vm
 

Methods in org.millscript.millscript.vm with parameters of type Ref
protected  GlobalIdent Package.bindRef(java.lang.String sym, Ref ref)
          Makes a binding in this package from the specified symbol to the specifed reference.
 void BasicMachine.saveRef(Ref r)
          Save a variable and its current value.
 



Copyright © 2001-2007 Open World Ltd. All Rights Reserved.