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