|
||||||||||
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
|
class |
NilValue
|
Fields in orc.runtime.values declared as ListValue | |
---|---|
ListValue |
ConsValue.tail
|
Methods in orc.runtime.values that return ListValue | |
---|---|
static ListValue |
ListValue.make(java.util.List<java.lang.Object> vs)
|
static ListValue |
ListValue.make(java.lang.Object[] 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(java.lang.Object h,
ListValue t)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |