Package | Description |
---|---|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
Modifier and Type | Method and Description |
---|---|
void |
CParseTreeCodeGenerator.visitFunctionDefinitionNode(ASTPtFunctionDefinitionNode node) |
void |
ParseTreeTypeInference.visitFunctionDefinitionNode(ASTPtFunctionDefinitionNode node)
Set the type of the given node to be a function type whose
argument types are determined by the children of the node.
|
void |
ParseTreeVisitor.visitFunctionDefinitionNode(ASTPtFunctionDefinitionNode node) |
void |
ParseTreeWriter.visitFunctionDefinitionNode(ASTPtFunctionDefinitionNode node) |
void |
ParseTreeDumper.visitFunctionDefinitionNode(ASTPtFunctionDefinitionNode node) |
void |
ParseTreeFreeVariableRenamer.visitFunctionDefinitionNode(ASTPtFunctionDefinitionNode node) |
void |
ParseTreeFreeVariableCollector.visitFunctionDefinitionNode(ASTPtFunctionDefinitionNode node) |
void |
ParseTreeEvaluator.visitFunctionDefinitionNode(ASTPtFunctionDefinitionNode node)
Define a function, where the children specify the argument types
and the expression.
|
void |
AbstractParseTreeVisitor.visitFunctionDefinitionNode(ASTPtFunctionDefinitionNode node) |
void |
ParseTreeSpecializer.visitFunctionDefinitionNode(ASTPtFunctionDefinitionNode node) |