Package | Description |
---|---|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
Modifier and Type | Method and Description |
---|---|
void |
CParseTreeCodeGenerator.visitProductNode(ASTPtProductNode node) |
void |
ParseTreeTypeInference.visitProductNode(ASTPtProductNode node)
Set the type of the given node to be the least upper bound
type of the types of the node's children.
|
void |
ParseTreeVisitor.visitProductNode(ASTPtProductNode node) |
void |
ParseTreeWriter.visitProductNode(ASTPtProductNode node) |
void |
ParseTreeDumper.visitProductNode(ASTPtProductNode node) |
void |
ParseTreeFreeVariableRenamer.visitProductNode(ASTPtProductNode node) |
void |
ParseTreeFreeVariableCollector.visitProductNode(ASTPtProductNode node) |
void |
ParseTreeEvaluator.visitProductNode(ASTPtProductNode node)
Multiply the children of the specified node.
|
void |
AbstractParseTreeVisitor.visitProductNode(ASTPtProductNode node) |
void |
ParseTreeSpecializer.visitProductNode(ASTPtProductNode node) |