Package | Description |
---|---|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
Modifier and Type | Method and Description |
---|---|
void |
CParseTreeCodeGenerator.visitBitwiseNode(ASTPtBitwiseNode node) |
void |
ParseTreeTypeInference.visitBitwiseNode(ASTPtBitwiseNode node)
Set the type of the given node to be the type that is the
least upper bound of the types of the node's children.
|
void |
ParseTreeVisitor.visitBitwiseNode(ASTPtBitwiseNode node) |
void |
ParseTreeWriter.visitBitwiseNode(ASTPtBitwiseNode node) |
void |
ParseTreeDumper.visitBitwiseNode(ASTPtBitwiseNode node) |
void |
ParseTreeFreeVariableRenamer.visitBitwiseNode(ASTPtBitwiseNode node) |
void |
ParseTreeFreeVariableCollector.visitBitwiseNode(ASTPtBitwiseNode node) |
void |
ParseTreeEvaluator.visitBitwiseNode(ASTPtBitwiseNode node)
Evaluate a bitwise operator on the children of the specified
node, where the particular operator is property of the node.
|
void |
AbstractParseTreeVisitor.visitBitwiseNode(ASTPtBitwiseNode node) |
void |
ParseTreeSpecializer.visitBitwiseNode(ASTPtBitwiseNode node) |