Dataflow Software Stack
032db78
Master Thesis of Mathijs Saey at the VUB
|
Namespaces | |
frontEnd.IF1.graph | |
Node parser. | |
Functions | |
def | frontEnd.IF1.graph.parseSubGraph |
Parse a standard subgraph. More... | |
def | frontEnd.IF1.graph.parseCompoundSubGraph |
Parse a subgraph of a compound node. More... | |
def | frontEnd.IF1.graph.parseGraph |
Determine which kind of subgraph we are dealing with. More... | |
def | frontEnd.IF1.graph.parseNode |
def | frontEnd.IF1.graph.parseCompoundStart |
Parse the start of a compound node. More... | |
def | frontEnd.IF1.graph.parseCompoundEnd |
Variables | |
int | frontEnd.IF1.graph._n_label_idx = 1 |
int | frontEnd.IF1.graph._n_code_idx = 2 |
int | frontEnd.IF1.graph._g_type_idx = 1 |
int | frontEnd.IF1.graph._g_name_idx = 2 |
int | frontEnd.IF1.graph._cs_label_idx = 2 |
int | frontEnd.IF1.graph._cs_code_idx = 3 |
int | frontEnd.IF1.graph._ce_label_idx = 1 |
int | frontEnd.IF1.graph._ce_code_idx = 2 |
int | frontEnd.IF1.graph._ce_len_idx = 3 |
int | frontEnd.IF1.graph._ce_lis_idx = 4 |