Home | Trees | Indices | Help |
|
---|
|
Syntactic manipulation of trees.
Classes | |
Tree Abstract syntax tree as a graph data structure. |
Functions | |||
networkx.DiGraph
|
|
||
|
|||
|
|||
|
|||
|
|||
(
|
|
||
str
|
|
||
|
|||
|
Variables | |
logger = logging.getLogger(__name__)
|
|
__package__ =
|
Function Details |
Convert AST to
|
Check that types in Raise a
|
Substitute given values for variables.
|
Replace string constants by integers. To be used for converting arbitrary finite domains to integer domains prior to calling gr1c.
|
Replace selected Boolean variables with given AST.
|
Find variable under First move up from May be extended in the future, depending on what the tools support and is thus needed here.
|
Enclose all non-variable names in quotes.
|
Return `set` of variable identifiers in the context of a next operator.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Nov 19 00:11:17 2016 | http://epydoc.sourceforge.net |