Package | Description |
---|---|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
Modifier and Type | Method and Description |
---|---|
void |
CParseTreeCodeGenerator.visitShiftNode(ASTPtShiftNode node) |
void |
ParseTreeTypeInference.visitShiftNode(ASTPtShiftNode node)
Set the type of the given node to be the type of the first
child of the given node.
|
void |
ParseTreeVisitor.visitShiftNode(ASTPtShiftNode node) |
void |
ParseTreeWriter.visitShiftNode(ASTPtShiftNode node) |
void |
ParseTreeDumper.visitShiftNode(ASTPtShiftNode node) |
void |
ParseTreeFreeVariableRenamer.visitShiftNode(ASTPtShiftNode node) |
void |
ParseTreeFreeVariableCollector.visitShiftNode(ASTPtShiftNode node) |
void |
ParseTreeEvaluator.visitShiftNode(ASTPtShiftNode node)
Apply a shift operator to the children of the specified node.
|
void |
AbstractParseTreeVisitor.visitShiftNode(ASTPtShiftNode node) |
void |
ParseTreeSpecializer.visitShiftNode(ASTPtShiftNode node) |