
Public Member Functions | |
| void | flushCache () |
| low-level | |
| void | flushCollectionCache () |
| internal | |
| DivExp | clone () throws CloneNotSupportedException |
| internal | |
| DivExp | copy () |
| internal | |
| DivExp | fullCopy () |
| low-level | |
| FExp | instantiate () |
| method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1691 | |
| DivExp () | |
| method Modelica.ast:1 | |
| DivExp (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:663 | |
| ASTNode | rewriteTo () |
| internal | |
Protected Member Functions | |
| int | numChildren () |
| low-level method Modelica.ast:14 | |
| org.jmodelica.modelica.compiler.DivExp.DivExp | ( | ) |
method Modelica.ast:1
| DivExp org.jmodelica.modelica.compiler.DivExp.clone | ( | ) | throws CloneNotSupportedException |
| DivExp org.jmodelica.modelica.compiler.DivExp.copy | ( | ) |
| void org.jmodelica.modelica.compiler.DivExp.flushCache | ( | ) |
| void org.jmodelica.modelica.compiler.DivExp.flushCollectionCache | ( | ) |
| DivExp org.jmodelica.modelica.compiler.DivExp.fullCopy | ( | ) |
| Exp org.jmodelica.modelica.compiler.DivExp.getLeft | ( | ) |
Getter for Left high-level method Modelica.ast:12.
Reimplemented from org.jmodelica.modelica.compiler.DotDivExp.
| Exp org.jmodelica.modelica.compiler.DivExp.getLeftNoTransform | ( | ) |
| Exp org.jmodelica.modelica.compiler.DivExp.getRight | ( | ) |
Getter for Right high-level method Modelica.ast:12.
Reimplemented from org.jmodelica.modelica.compiler.DotDivExp.
| Exp org.jmodelica.modelica.compiler.DivExp.getRightNoTransform | ( | ) |
| FExp org.jmodelica.modelica.compiler.DivExp.instantiate | ( | ) |
method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1691
Reimplemented from org.jmodelica.modelica.compiler.DotDivExp.
| boolean org.jmodelica.modelica.compiler.DivExp.mayHaveRewrite | ( | ) |
| int org.jmodelica.modelica.compiler.DivExp.numChildren | ( | ) | [protected] |
| String org.jmodelica.modelica.compiler.DivExp.op | ( | ) | [virtual] |
syn PrettyPrint /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PrettyPrint.jrag:663
Reimplemented from org.jmodelica.modelica.compiler.DotDivExp.
| ASTNode org.jmodelica.modelica.compiler.DivExp.rewriteTo | ( | ) |
| void org.jmodelica.modelica.compiler.DivExp.setLeft | ( | Exp | node | ) |
Setter for Left high-level method Modelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.DotDivExp.
| void org.jmodelica.modelica.compiler.DivExp.setRight | ( | Exp | node | ) |
Setter for Right high-level method Modelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.DotDivExp.
1.5.8