|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Visitor | |
|---|---|
| orc.runtime.sites | Abstract base classes for Orc sites plus fundamental sites. |
| orc.runtime.values | Representations for Orc types which don't have direct analogues in the host language (Java). |
| Uses of Visitor in orc.runtime.sites |
|---|
| Methods in orc.runtime.sites with parameters of type Visitor | ||
|---|---|---|
|
Site.accept(Visitor<E> visitor)
|
|
| Uses of Visitor in orc.runtime.values |
|---|
| Methods in orc.runtime.values with parameters of type Visitor | ||
|---|---|---|
|
NilValue.accept(Visitor<E> visitor)
|
|
|
Closure.accept(Visitor<E> visitor)
|
|
|
TupleValue.accept(Visitor<E> visitor)
|
|
|
ListValue.accept(Visitor<E> visitor)
|
|
|
Value.accept(Visitor<E> visitor)
|
|
|
TaggedValue.accept(Visitor<E> visitor)
|
|
|
ConsValue.accept(Visitor<E> visitor)
|
|
|
Field.accept(Visitor<E> visitor)
|
|
static
|
Visitor.visit(Visitor<V> visitor,
java.lang.Object value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||