![]() |
Dataflow Software Stack
032db78
Master Thesis of Mathijs Saey at the VUB
|
Inherits object.
Public Member Functions | |
| def | __init__ |
| Create a new literal. More... | |
| def | isPort |
| See if this is a port (mainly for traversal) More... | |
Public Attributes | |
| value | |
| destination | |
Literals are values inherent to the program. Examples include constants in arithmetic expressions, function names, strings, ...
Every literal has a value and a target, which is an IGR::port::InputPort.
| def IGR.literal.Literal.__init__ | ( | self, | |
| value, | |||
| destination | |||
| ) |
Create a new literal.
| value | The value of the literal |
| destination | The destination of the literal value |
| def IGR.literal.Literal.isPort | ( | self | ) |
See if this is a port (mainly for traversal)
| IGR.literal.Literal.value |
| IGR.literal.Literal.destination |
1.8.8