
Public Member Functions | |
| void | flushCache () |
| low-level | |
| void | flushCollectionCache () |
| internal | |
| MatrixRow | clone () throws CloneNotSupportedException |
| internal | |
| MatrixRow | copy () |
| internal | |
| MatrixRow | fullCopy () |
| low-level | |
| FMatrixRow | instantiate () |
| method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1672 | |
| void | prettyPrint (Printer p, PrintStream str, String indent) |
| method PrettyPrint /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PrettyPrint.jrag:631 | |
| MatrixRow () | |
| method Modelica.ast:1 | |
| MatrixRow (List< Exp > p0) | |
| method Modelica.ast:8 | |
| boolean | mayHaveRewrite () |
| internal method Modelica.ast:20 | |
| void | setExpList (List< Exp > list) |
| Setter for ExpList high-level method Modelica.ast:5. | |
| int | getNumExp () |
| Exp | getExp (int i) |
| Getter for child in list ExpList high-level method Modelica.ast:19. | |
| void | addExp (Exp node) |
| Add element to list ExpList high-level method Modelica.ast:27. | |
| void | addExpNoTransform (Exp node) |
| low-level method Modelica.ast:34 | |
| void | setExp (Exp node, int i) |
| Setter for child in list ExpList high-level method Modelica.ast:42. | |
| List< Exp > | getExps () |
| Getter for Exp list. | |
| List< Exp > | getExpsNoTransform () |
| low-level method Modelica.ast:56 | |
| List< Exp > | getExpList () |
| Getter for list ExpList high-level method Modelica.ast:63. | |
| List< Exp > | getExpListNoTransform () |
| low-level method Modelica.ast:72 | |
| ASTNode | rewriteTo () |
| internal | |
Protected Member Functions | |
| int | numChildren () |
| low-level method Modelica.ast:14 | |
| org.jmodelica.modelica.compiler.MatrixRow.MatrixRow | ( | ) |
method Modelica.ast:1
| org.jmodelica.modelica.compiler.MatrixRow.MatrixRow | ( | List< Exp > | p0 | ) |
method Modelica.ast:8
| void org.jmodelica.modelica.compiler.MatrixRow.addExp | ( | Exp | node | ) |
Add element to list ExpList high-level method Modelica.ast:27.
| void org.jmodelica.modelica.compiler.MatrixRow.addExpNoTransform | ( | Exp | node | ) |
low-level method Modelica.ast:34
| MatrixRow org.jmodelica.modelica.compiler.MatrixRow.clone | ( | ) | throws CloneNotSupportedException |
| MatrixRow org.jmodelica.modelica.compiler.MatrixRow.copy | ( | ) |
internal
| void org.jmodelica.modelica.compiler.MatrixRow.flushCache | ( | ) |
| void org.jmodelica.modelica.compiler.MatrixRow.flushCollectionCache | ( | ) |
| MatrixRow org.jmodelica.modelica.compiler.MatrixRow.fullCopy | ( | ) |
low-level
| Exp org.jmodelica.modelica.compiler.MatrixRow.getExp | ( | int | i | ) |
Getter for child in list ExpList high-level method Modelica.ast:19.
| List<Exp> org.jmodelica.modelica.compiler.MatrixRow.getExpList | ( | ) |
Getter for list ExpList high-level method Modelica.ast:63.
| List<Exp> org.jmodelica.modelica.compiler.MatrixRow.getExpListNoTransform | ( | ) |
low-level method Modelica.ast:72
| List<Exp> org.jmodelica.modelica.compiler.MatrixRow.getExps | ( | ) |
Getter for Exp list.
high-level method Modelica.ast:50
| List<Exp> org.jmodelica.modelica.compiler.MatrixRow.getExpsNoTransform | ( | ) |
low-level method Modelica.ast:56
| int org.jmodelica.modelica.compiler.MatrixRow.getNumExp | ( | ) |
| FMatrixRow org.jmodelica.modelica.compiler.MatrixRow.instantiate | ( | ) |
method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1672
Reimplemented from org.jmodelica.modelica.compiler.Exp.
| boolean org.jmodelica.modelica.compiler.MatrixRow.mayHaveRewrite | ( | ) |
| int org.jmodelica.modelica.compiler.MatrixRow.numChildren | ( | ) | [protected] |
| void org.jmodelica.modelica.compiler.MatrixRow.prettyPrint | ( | Printer | p, | |
| PrintStream | str, | |||
| String | indent | |||
| ) |
method PrettyPrint /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PrettyPrint.jrag:631
| ASTNode org.jmodelica.modelica.compiler.MatrixRow.rewriteTo | ( | ) |
| void org.jmodelica.modelica.compiler.MatrixRow.setExp | ( | Exp | node, | |
| int | i | |||
| ) |
Setter for child in list ExpList high-level method Modelica.ast:42.
| void org.jmodelica.modelica.compiler.MatrixRow.setExpList | ( | List< Exp > | list | ) |
Setter for ExpList high-level method Modelica.ast:5.
1.5.8