
Public Member Functions | |
| void | flushCache () |
| low-level | |
| void | flushCollectionCache () |
| internal | |
| DotDivExp | clone () throws CloneNotSupportedException |
| internal | |
| DotDivExp | copy () |
| internal | |
| DotDivExp | fullCopy () |
| low-level | |
| FExp | instantiate () |
| method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1711 | |
| void | prettyPrint (Printer p, PrintStream str, String indent) |
| method PrettyPrint /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PrettyPrint.jrag:516 | |
| DotDivExp () | |
| method Modelica.ast:1 | |
| DotDivExp (Exp p0, Exp p1) | |
| method Modelica.ast:7 | |
| boolean | mayHaveRewrite () |
| internal method Modelica.ast:20 | |
| void | setLeft (Exp node) |
| Setter for Left high-level method Modelica.ast:5. | |
| Exp | getLeft () |
| Getter for Left high-level method Modelica.ast:12. | |
| Exp | getLeftNoTransform () |
| low-level method Modelica.ast:18 | |
| void | setRight (Exp node) |
| Setter for Right high-level method Modelica.ast:5. | |
| Exp | getRight () |
| Getter for Right high-level method Modelica.ast:12. | |
| Exp | getRightNoTransform () |
| low-level method Modelica.ast:18 | |
| String | op () |
| syn PrettyPrint /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PrettyPrint.jrag:668 | |
| ASTNode | rewriteTo () |
| internal | |
Protected Member Functions | |
| int | numChildren () |
| low-level method Modelica.ast:14 | |
| org.jmodelica.modelica.compiler.DotDivExp.DotDivExp | ( | ) |
method Modelica.ast:1
| DotDivExp org.jmodelica.modelica.compiler.DotDivExp.clone | ( | ) | throws CloneNotSupportedException |
internal
Reimplemented from org.jmodelica.modelica.compiler.ArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.DivExp.
| DotDivExp org.jmodelica.modelica.compiler.DotDivExp.copy | ( | ) |
| void org.jmodelica.modelica.compiler.DotDivExp.flushCache | ( | ) |
low-level
Reimplemented from org.jmodelica.modelica.compiler.ArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.DivExp.
| void org.jmodelica.modelica.compiler.DotDivExp.flushCollectionCache | ( | ) |
internal
Reimplemented from org.jmodelica.modelica.compiler.ArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.DivExp.
| DotDivExp org.jmodelica.modelica.compiler.DotDivExp.fullCopy | ( | ) |
| Exp org.jmodelica.modelica.compiler.DotDivExp.getLeft | ( | ) |
Getter for Left high-level method Modelica.ast:12.
Reimplemented from org.jmodelica.modelica.compiler.ArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.DivExp.
| Exp org.jmodelica.modelica.compiler.DotDivExp.getLeftNoTransform | ( | ) |
low-level method Modelica.ast:18
Reimplemented from org.jmodelica.modelica.compiler.ArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.DivExp.
| Exp org.jmodelica.modelica.compiler.DotDivExp.getRight | ( | ) |
Getter for Right high-level method Modelica.ast:12.
Reimplemented from org.jmodelica.modelica.compiler.ArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.DivExp.
| Exp org.jmodelica.modelica.compiler.DotDivExp.getRightNoTransform | ( | ) |
low-level method Modelica.ast:18
Reimplemented from org.jmodelica.modelica.compiler.ArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.DivExp.
| FExp org.jmodelica.modelica.compiler.DotDivExp.instantiate | ( | ) |
method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1711
Reimplemented from org.jmodelica.modelica.compiler.Exp.
Reimplemented in org.jmodelica.modelica.compiler.DivExp.
| boolean org.jmodelica.modelica.compiler.DotDivExp.mayHaveRewrite | ( | ) |
internal method Modelica.ast:20
Reimplemented from org.jmodelica.modelica.compiler.ArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.DivExp.
| int org.jmodelica.modelica.compiler.DotDivExp.numChildren | ( | ) | [protected] |
low-level method Modelica.ast:14
Reimplemented from org.jmodelica.modelica.compiler.ArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.DivExp.
| String org.jmodelica.modelica.compiler.DotDivExp.op | ( | ) | [virtual] |
syn PrettyPrint /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PrettyPrint.jrag:668
Implements org.jmodelica.modelica.compiler.BinExp.
Reimplemented in org.jmodelica.modelica.compiler.DivExp.
| void org.jmodelica.modelica.compiler.DotDivExp.prettyPrint | ( | Printer | p, | |
| PrintStream | str, | |||
| String | indent | |||
| ) |
method PrettyPrint /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PrettyPrint.jrag:516
| ASTNode org.jmodelica.modelica.compiler.DotDivExp.rewriteTo | ( | ) |
internal
Reimplemented from org.jmodelica.modelica.compiler.ArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.DivExp.
| void org.jmodelica.modelica.compiler.DotDivExp.setLeft | ( | Exp | node | ) |
Setter for Left high-level method Modelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.ArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.DivExp.
| void org.jmodelica.modelica.compiler.DotDivExp.setRight | ( | Exp | node | ) |
Setter for Right high-level method Modelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.ArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.DivExp.
1.5.8