Package | Description |
---|---|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
Modifier and Type | Class and Description |
---|---|
class |
ASTPtOrderedRecordConstructNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
Modifier and Type | Method and Description |
---|---|
void |
CParseTreeCodeGenerator.visitRecordConstructNode(ASTPtRecordConstructNode node) |
void |
ParseTreeTypeInference.visitRecordConstructNode(ASTPtRecordConstructNode node)
Set the type of the given node to be a record token that
contains fields for each name in the record construction,
where the type of each field in the record is determined by
the corresponding type of the child nodes.
|
void |
ParseTreeVisitor.visitRecordConstructNode(ASTPtRecordConstructNode node) |
void |
ParseTreeWriter.visitRecordConstructNode(ASTPtRecordConstructNode node) |
void |
ParseTreeDumper.visitRecordConstructNode(ASTPtRecordConstructNode node) |
void |
ParseTreeFreeVariableRenamer.visitRecordConstructNode(ASTPtRecordConstructNode node) |
void |
ParseTreeFreeVariableCollector.visitRecordConstructNode(ASTPtRecordConstructNode node) |
void |
ParseTreeEvaluator.visitRecordConstructNode(ASTPtRecordConstructNode node)
Construct a record by assigning the fields values given by
the children nodes.
|
void |
AbstractParseTreeVisitor.visitRecordConstructNode(ASTPtRecordConstructNode node) |
void |
ParseTreeSpecializer.visitRecordConstructNode(ASTPtRecordConstructNode node) |