Uses of Interface
orc.runtime.values.ListLike

Packages that use ListLike
orc.runtime Runtime for Orc interpreter. 
orc.runtime.values Representations for Orc types which don't have direct analogues in the host language (Java). 
 

Uses of ListLike in orc.runtime
 

Methods in orc.runtime that return ListLike
 ListLike Args.listLikeArg(int n)
           
 

Uses of ListLike in orc.runtime.values
 

Classes in orc.runtime.values that implement ListLike
 class ConsValue<E>
           
 class ListValue<E>
          Common ancestor for ConsValue and NilValue.
 class NilValue<E>