Vocabularycompiler.
treeClass descriptionSSA tree node that implements conditional branching. It has the following slots:
children | A two item sequence. The first item holds the instructions executed if the condition is true and the second those that are executed if it is not true. |
DefinitionMethods