Package | Description |
---|---|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
Modifier and Type | Method and Description |
---|---|
void |
CParseTreeCodeGenerator.visitMatrixConstructNode(ASTPtMatrixConstructNode node) |
void |
ParseTreeTypeInference.visitMatrixConstructNode(ASTPtMatrixConstructNode node)
Set the type of the given node to be an MatrixType based on the
least upper bound of the types of the node's children.
|
void |
ParseTreeVisitor.visitMatrixConstructNode(ASTPtMatrixConstructNode node) |
void |
ParseTreeWriter.visitMatrixConstructNode(ASTPtMatrixConstructNode node) |
void |
ParseTreeDumper.visitMatrixConstructNode(ASTPtMatrixConstructNode node) |
void |
ParseTreeFreeVariableRenamer.visitMatrixConstructNode(ASTPtMatrixConstructNode node) |
void |
ParseTreeFreeVariableCollector.visitMatrixConstructNode(ASTPtMatrixConstructNode node) |
void |
ParseTreeEvaluator.visitMatrixConstructNode(ASTPtMatrixConstructNode node)
Construct a matrix containing the children nodes.
|
void |
AbstractParseTreeVisitor.visitMatrixConstructNode(ASTPtMatrixConstructNode node) |
void |
ParseTreeSpecializer.visitMatrixConstructNode(ASTPtMatrixConstructNode node) |