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