Package | Description |
---|---|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
Modifier and Type | Method and Description |
---|---|
void |
CParseTreeCodeGenerator.visitFunctionalIfNode(ASTPtFunctionalIfNode node) |
void |
ParseTreeTypeInference.visitFunctionalIfNode(ASTPtFunctionalIfNode node)
Set the type of the given node to be the least upper bound of
the types of the two branches of the if.
|
void |
ParseTreeVisitor.visitFunctionalIfNode(ASTPtFunctionalIfNode node) |
void |
ParseTreeWriter.visitFunctionalIfNode(ASTPtFunctionalIfNode node) |
void |
ParseTreeDumper.visitFunctionalIfNode(ASTPtFunctionalIfNode node) |
void |
ParseTreeFreeVariableRenamer.visitFunctionalIfNode(ASTPtFunctionalIfNode node) |
void |
ParseTreeFreeVariableCollector.visitFunctionalIfNode(ASTPtFunctionalIfNode node) |
void |
ParseTreeEvaluator.visitFunctionalIfNode(ASTPtFunctionalIfNode node)
Evaluate the first child, and depending on its (boolean) result,
evaluate either the second or the third child.
|
void |
AbstractParseTreeVisitor.visitFunctionalIfNode(ASTPtFunctionalIfNode node) |
void |
ParseTreeSpecializer.visitFunctionalIfNode(ASTPtFunctionalIfNode node) |