|
|
__init__(self,
debug=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
|
|
|
|
|
|
|
| definitionsDefs(self,
tdefs) |
|
|
|
|
| predefineVarDef(self,
n,
t) |
|
|
|
|
| predefineTransfDef(self,
n,
t) |
|
|
|
|
| predefineMacroDef(self,
n,
a,
t) |
|
|
|
|
|
|
|
|
|
|
| defineTransfDef(self,
n,
t) |
|
|
|
|
| defineMacroDef(self,
n,
a,
t) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| transfComposition(self,
l,
r) |
|
|
|
|
|
|
|
| transfLeftChoice(self,
l,
r) |
|
|
|
|
| transfGuardedChoice(self,
l,
m,
r) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| transfRuleIf(self,
m,
b,
w) |
|
|
|
|
|
|
|
| transfApplyMatch(self,
t,
m) |
|
|
|
|
| transfApplyAssign(self,
l,
r) |
|
|
|
|
| transfBuildApply(self,
t,
b) |
|
|
|
|
| transfIf(self,
conds,
other) |
|
|
|
|
|
|
|
| transfSwitch(self,
expr,
cases,
other) |
|
|
|
|
|
|
|
| transfJoin(self,
l,
r,
u,
i) |
|
|
|
|
| transfIterate(self,
o,
u,
i) |
|
|
|
|
|
|
|
| transfGlobal(self,
vs,
t) |
|
|
|
|
|
|
|
| transfWithDef(self,
v,
t) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| termCons(self,
h,
t,
mode) |
|
|
|
|
| termCat(self,
h,
t,
mode) |
|
|
|
|
| termAppl(self,
name,
args,
mode) |
|
|
|
|
| termApplName(self,
name,
mode) |
|
|
|
|
| termApplCons(self,
n,
a,
mode) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| termAnnos(self,
t,
a,
mode) |
|
|
|
|
|
|
|
| collectVar(self,
name,
vars) |
|
|
|
|
| collectWithDef(self,
name,
t,
vars) |
|
|
|
|
| collectGlobal(self,
names,
operand,
vars) |
|
|
|
|
| collect_List(self,
elms,
vars) |
|
|
|
|
| collect_Appl(self,
name,
args,
vars) |
|
|
|
|
| collect_Term(self,
t,
vars) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|