|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListValue | |
---|---|
orc.runtime.values | Representations for Orc types which don't have direct analogues in the host language (Java). |
Uses of ListValue in orc.runtime.values |
---|
Subclasses of ListValue in orc.runtime.values | |
---|---|
class |
ConsValue<E>
|
class |
NilValue<E>
|
Fields in orc.runtime.values declared as ListValue | |
---|---|
ListValue<E> |
ConsValue.tail
|
Methods in orc.runtime.values that return ListValue | ||
---|---|---|
static
|
ListValue.make(E[] vs)
|
|
static
|
ListValue.make(java.util.List<E> vs)
|
Methods in orc.runtime.values with parameters of type ListValue | |
---|---|
V |
Visitor.visit(ListValue v)
|
Constructors in orc.runtime.values with parameters of type ListValue | |
---|---|
ConsValue(E h,
ListValue<E> t)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |