Dataflow Software Stack
032db78
Master Thesis of Mathijs Saey at the VUB
|
Single part of the scope stack. More...
Inherits object.
Public Member Functions | |
def | __init__ |
Create a scope belonging to a subgraph.s By convention, the subgraph can always be found at label 0. More... | |
def | addNode |
Add a node to the scope. More... | |
def | getNode |
Get a node from the scope. More... | |
def | getSubGraph |
Get the subgraph of the scope. More... | |
Public Attributes | |
nodes | |
Single part of the scope stack.
A scope contains all of the definitions of the current scope.
def frontEnd.IF1.environment.Scope.__init__ | ( | self, | |
subGraph = None |
|||
) |
Create a scope belonging to a subgraph.s By convention, the subgraph can always be found at label 0.
def frontEnd.IF1.environment.Scope.addNode | ( | self, | |
label, | |||
node | |||
) |
def frontEnd.IF1.environment.Scope.getNode | ( | self, | |
label | |||
) |
Get a node from the scope.
label | The label of the node to get |
def frontEnd.IF1.environment.Scope.getSubGraph | ( | self | ) |
Get the subgraph of the scope.
frontEnd.IF1.environment.Scope.nodes |