Uses of Class
ubc.cs.JLog.Terms.jList

Packages that use jList
ubc.cs.JLog.Builtins   
ubc.cs.JLog.Terms   
 

Uses of jList in ubc.cs.JLog.Builtins
 

Methods in ubc.cs.JLog.Builtins that return jList
protected  jList jName.convertStringToList(String s)
           
protected  jList jSort.sort_makelist(Vector dest)
           
protected  jList jSort.sort(jTerm src, boolean ve)
           
 

Methods in ubc.cs.JLog.Builtins with parameters of type jList
protected  String jName.convertListToString(jList i)
           
 

Uses of jList in ubc.cs.JLog.Terms
 

Subclasses of jList in ubc.cs.JLog.Terms
 class jListPair
           
 class jNullList
           
 

Methods in ubc.cs.JLog.Terms that return jList
static jList jListPair.createListFromEnumeration(Enumeration e, iObjectToTerm conv)
          Returns a jList list representing the given enumeration of objects.
 



Copyright © 2011. All Rights Reserved.