|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Def | |
---|---|
orc.ast.oil.expression | |
orc.ast.oil.visitor | |
orc.ast.simple.expression | |
orc.ast.xml.expression | |
orc.runtime.values | Representations for Orc types which don't have direct analogues in the host language (Java). |
orc.trace | Generate and query Orc trace files. |
Uses of Def in orc.ast.oil.expression |
---|
Fields in orc.ast.oil.expression declared as Def | |
---|---|
Def |
Catch.handler
|
Fields in orc.ast.oil.expression with type parameters of type Def | |
---|---|
java.util.List<Def> |
DeclareDefs.defs
|
Constructors in orc.ast.oil.expression with parameters of type Def | |
---|---|
Catch(Def handler,
Expression tryBlock)
|
Constructor parameters in orc.ast.oil.expression with type arguments of type Def | |
---|---|
DeclareDefs(java.util.List<Def> defs,
Expression body)
|
Uses of Def in orc.ast.oil.visitor |
---|
Methods in orc.ast.oil.visitor that return Def | |
---|---|
Def |
Transformer.visit(Def d)
|
Methods in orc.ast.oil.visitor with parameters of type Def | |
---|---|
void |
Walker.enter(Def def)
|
void |
Walker.leave(Def def)
|
Def |
Transformer.visit(Def d)
|
Uses of Def in orc.ast.simple.expression |
---|
Methods in orc.ast.simple.expression that return Def | |
---|---|
Def |
Def.convert(Env<Variable> vars,
Env<TypeVariable> typevars)
|
Methods in orc.ast.simple.expression that return types with arguments of type Def | |
---|---|
static java.util.List<Def> |
Def.convertAll(java.util.List<Def> ds,
Env<Variable> vars,
Env<TypeVariable> typevars)
Convenience method, to apply convert to a list of defs. |
Uses of Def in orc.ast.xml.expression |
---|
Methods in orc.ast.xml.expression that return Def | |
---|---|
Def |
Def.unmarshal(Config config)
|
Uses of Def in orc.runtime.values |
---|
Fields in orc.runtime.values declared as Def | |
---|---|
Def |
Closure.def
|
Constructors in orc.runtime.values with parameters of type Def | |
---|---|
Closure(Def def,
java.util.List<java.lang.Object> free)
The environment should be set later; see DefsDeclaration . |
Uses of Def in orc.trace |
---|
Fields in orc.trace declared as Def | |
---|---|
Def |
StackTracer.StackTrace.def
|
Constructors in orc.trace with parameters of type Def | |
---|---|
StackTracer.StackTrace(Def def,
StackTracer.StackTrace parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |