|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Def | |
---|---|
orc.ast.oil | Internal representation of OIL, the Orc Intermediate Language. |
orc.ast.oil.xml | JAXB implementation classes for the Orc Intermediate Language XML binding. |
orc.ast.simple | Desugared AST which is close to the final format (OIL) but includes named variables. |
Uses of Def in orc.ast.oil |
---|
Fields in orc.ast.oil with type parameters of type Def | |
---|---|
java.util.List<Def> |
Defs.defs
|
Methods in orc.ast.oil with parameters of type Def | |
---|---|
void |
Walker.enter(Def def)
|
void |
Walker.leave(Def def)
|
Constructor parameters in orc.ast.oil with type arguments of type Def | |
---|---|
Defs(java.util.List<Def> defs,
Expr body)
|
Uses of Def in orc.ast.oil.xml |
---|
Methods in orc.ast.oil.xml that return Def | |
---|---|
Def |
Definition.unmarshal()
|
Uses of Def in orc.ast.simple |
---|
Methods in orc.ast.simple that return Def | |
---|---|
Def |
Definition.convert(Env<Var> vars,
Env<java.lang.String> typevars)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |