Package | Description |
---|---|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
Modifier and Type | Method and Description |
---|---|
void |
CParseTreeCodeGenerator.visitArrayConstructNode(ASTPtArrayConstructNode node) |
void |
ParseTreeTypeInference.visitArrayConstructNode(ASTPtArrayConstructNode node)
Set the type of the given node to be an ArrayType that is the
least upper bound of the types of the node's children.
|
void |
ParseTreeVisitor.visitArrayConstructNode(ASTPtArrayConstructNode node) |
void |
ParseTreeWriter.visitArrayConstructNode(ASTPtArrayConstructNode node) |
void |
ParseTreeDumper.visitArrayConstructNode(ASTPtArrayConstructNode node) |
void |
ParseTreeFreeVariableRenamer.visitArrayConstructNode(ASTPtArrayConstructNode node) |
void |
ParseTreeFreeVariableCollector.visitArrayConstructNode(ASTPtArrayConstructNode node) |
void |
ParseTreeEvaluator.visitArrayConstructNode(ASTPtArrayConstructNode node)
Construct an ArrayToken that contains the tokens from the
children of the specified node.
|
void |
AbstractParseTreeVisitor.visitArrayConstructNode(ASTPtArrayConstructNode node) |
void |
ParseTreeSpecializer.visitArrayConstructNode(ASTPtArrayConstructNode node) |