
Public Member Functions | |
| void | flushCache () |
| low-level | |
| void | flushCollectionCache () |
| internal | |
| FDotAddExp | clone () throws CloneNotSupportedException |
| internal | |
| FDotAddExp | copy () |
| internal | |
| FDotAddExp | fullCopy () |
| low-level | |
| void | complianceCheck () |
| method ComplianceCheck /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/ComplianceCheck.jadd:109 | |
| FDotAddExp | createEmptyNode () |
| method InheritedFactoryMethods /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Constructors.jrag:484 | |
| void | prettyPrint (Printer p, PrintStream str, String indent) |
| method FlattPrettyPrint /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PrettyPrint.jrag:1163 | |
| FDotAddExp () | |
| method FlatModelica.ast:1 | |
| FDotAddExp (FExp p0, FExp p1) | |
| method FlatModelica.ast:8 | |
| boolean | mayHaveRewrite () |
| internal method FlatModelica.ast:23 | |
| void | setLeft (FExp node) |
| Setter for Left high-level method FlatModelica.ast:5. | |
| FExp | getLeft () |
| Getter for Left high-level method FlatModelica.ast:12. | |
| FExp | getLeftNoTransform () |
| low-level method FlatModelica.ast:18 | |
| void | setRight (FExp node) |
| Setter for Right high-level method FlatModelica.ast:5. | |
| FExp | getRight () |
| Getter for Right high-level method FlatModelica.ast:12. | |
| FExp | getRightNoTransform () |
| low-level method FlatModelica.ast:18 | |
| void | setArray (Array node) |
| Setter for Array high-level method FlatModelica.ast:5. | |
| Array | getArrayNoTransform () |
| low-level method FlatModelica.ast:11 | |
| void | setDynamicFExpList (List< FExp > list) |
| Setter for DynamicFExpList high-level method FlatModelica.ast:5. | |
| int | getNumDynamicFExp () |
| FExp | getDynamicFExp (int i) |
| Getter for child in list DynamicFExpList high-level method FlatModelica.ast:19. | |
| void | addDynamicFExp (FExp node) |
| Add element to list DynamicFExpList high-level method FlatModelica.ast:27. | |
| void | addDynamicFExpNoTransform (FExp node) |
| low-level method FlatModelica.ast:34 | |
| void | setDynamicFExp (FExp node, int i) |
| Setter for child in list DynamicFExpList high-level method FlatModelica.ast:42. | |
| List< FExp > | getDynamicFExps () |
| Getter for DynamicFExp list. | |
| List< FExp > | getDynamicFExpsNoTransform () |
| low-level method FlatModelica.ast:56 | |
| List< FExp > | getDynamicFExpListNoTransform () |
| low-level method FlatModelica.ast:62 | |
| CValue | cevalCalc () |
| Delegate attribute for ceval(). | |
| FType | type () |
| syn FlatTypeAnalysis /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/FlatTypeAnalysis.jrag:177 | |
| FType | rawType () |
| syn FlatTypeAnalysis /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/FlatTypeAnalysis.jrag:182 | |
| String | op () |
| syn FlattPrettyPrint /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PrettyPrint.jrag:1257 | |
| int | priority () |
| boolean | isAddOrSub () |
| syn FlattPrettyPrint /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PrettyPrint.jrag:1590 | |
| ArrayList< FExp > | terms () |
| syn EquationSolve /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Symbolic.jrag:177 | |
| String | xmlTag () |
| syn XMLTagBinding /tmp/JModelica/Compiler/ModelicaXMLBackEnd/src/jastadd/XMLCodeGen.jrag:525 | |
| String | op_C () |
| syn CCodeGen /tmp/JModelica/Compiler/ModelicaCBackEnd/src/jastadd/CCodeGen.jrag:738 | |
| ASTNode | rewriteTo () |
| internal | |
Protected Member Functions | |
| int | numChildren () |
| low-level method FlatModelica.ast:17 | |
| int | getArrayChildPosition () |
| low-level method FlatModelica.ast:17 | |
| int | getDynamicFExpListChildPosition () |
| low-level method FlatModelica.ast:68 | |
node FlatModelica.ast:649
| org.jmodelica.modelica.compiler.FDotAddExp.FDotAddExp | ( | ) |
method FlatModelica.ast:1
method FlatModelica.ast:8
| void org.jmodelica.modelica.compiler.FDotAddExp.addDynamicFExp | ( | FExp | node | ) |
Add element to list DynamicFExpList high-level method FlatModelica.ast:27.
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| void org.jmodelica.modelica.compiler.FDotAddExp.addDynamicFExpNoTransform | ( | FExp | node | ) |
low-level method FlatModelica.ast:34
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| CValue org.jmodelica.modelica.compiler.FDotAddExp.cevalCalc | ( | ) |
Delegate attribute for ceval().
This needs to be overridden for subclasses of FExp. syn ConstantEvaluation /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/ConstantEvaluation.jrag:1069
Reimplemented from org.jmodelica.modelica.compiler.FExp.
| FDotAddExp org.jmodelica.modelica.compiler.FDotAddExp.clone | ( | ) | throws CloneNotSupportedException |
internal
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| void org.jmodelica.modelica.compiler.FDotAddExp.complianceCheck | ( | ) |
method ComplianceCheck /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/ComplianceCheck.jadd:109
| FDotAddExp org.jmodelica.modelica.compiler.FDotAddExp.copy | ( | ) |
| FDotAddExp org.jmodelica.modelica.compiler.FDotAddExp.createEmptyNode | ( | ) | [virtual] |
method InheritedFactoryMethods /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Constructors.jrag:484
Implements org.jmodelica.modelica.compiler.FBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| void org.jmodelica.modelica.compiler.FDotAddExp.flushCache | ( | ) |
low-level
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| void org.jmodelica.modelica.compiler.FDotAddExp.flushCollectionCache | ( | ) |
internal
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| FDotAddExp org.jmodelica.modelica.compiler.FDotAddExp.fullCopy | ( | ) |
| int org.jmodelica.modelica.compiler.FDotAddExp.getArrayChildPosition | ( | ) | [protected] |
low-level method FlatModelica.ast:17
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| Array org.jmodelica.modelica.compiler.FDotAddExp.getArrayNoTransform | ( | ) |
low-level method FlatModelica.ast:11
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| FExp org.jmodelica.modelica.compiler.FDotAddExp.getDynamicFExp | ( | int | i | ) |
Getter for child in list DynamicFExpList high-level method FlatModelica.ast:19.
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| int org.jmodelica.modelica.compiler.FDotAddExp.getDynamicFExpListChildPosition | ( | ) | [protected] |
low-level method FlatModelica.ast:68
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| List<FExp> org.jmodelica.modelica.compiler.FDotAddExp.getDynamicFExpListNoTransform | ( | ) |
low-level method FlatModelica.ast:62
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| List<FExp> org.jmodelica.modelica.compiler.FDotAddExp.getDynamicFExps | ( | ) |
Getter for DynamicFExp list.
high-level method FlatModelica.ast:50
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| List<FExp> org.jmodelica.modelica.compiler.FDotAddExp.getDynamicFExpsNoTransform | ( | ) |
low-level method FlatModelica.ast:56
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| FExp org.jmodelica.modelica.compiler.FDotAddExp.getLeft | ( | ) |
Getter for Left high-level method FlatModelica.ast:12.
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| FExp org.jmodelica.modelica.compiler.FDotAddExp.getLeftNoTransform | ( | ) |
low-level method FlatModelica.ast:18
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| int org.jmodelica.modelica.compiler.FDotAddExp.getNumDynamicFExp | ( | ) |
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| FExp org.jmodelica.modelica.compiler.FDotAddExp.getRight | ( | ) |
Getter for Right high-level method FlatModelica.ast:12.
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| FExp org.jmodelica.modelica.compiler.FDotAddExp.getRightNoTransform | ( | ) |
low-level method FlatModelica.ast:18
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| boolean org.jmodelica.modelica.compiler.FDotAddExp.isAddOrSub | ( | ) |
syn FlattPrettyPrint /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PrettyPrint.jrag:1590
Reimplemented from org.jmodelica.modelica.compiler.FExp.
| boolean org.jmodelica.modelica.compiler.FDotAddExp.mayHaveRewrite | ( | ) |
internal method FlatModelica.ast:23
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| int org.jmodelica.modelica.compiler.FDotAddExp.numChildren | ( | ) | [protected] |
low-level method FlatModelica.ast:17
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| String org.jmodelica.modelica.compiler.FDotAddExp.op | ( | ) | [virtual] |
syn FlattPrettyPrint /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PrettyPrint.jrag:1257
Implements org.jmodelica.modelica.compiler.FBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| String org.jmodelica.modelica.compiler.FDotAddExp.op_C | ( | ) |
syn CCodeGen /tmp/JModelica/Compiler/ModelicaCBackEnd/src/jastadd/CCodeGen.jrag:738
Reimplemented from org.jmodelica.modelica.compiler.FBinExp.
| void org.jmodelica.modelica.compiler.FDotAddExp.prettyPrint | ( | Printer | p, | |
| PrintStream | str, | |||
| String | indent | |||
| ) |
method FlattPrettyPrint /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PrettyPrint.jrag:1163
| int org.jmodelica.modelica.compiler.FDotAddExp.priority | ( | ) |
Reimplemented from org.jmodelica.modelica.compiler.FExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| FType org.jmodelica.modelica.compiler.FDotAddExp.rawType | ( | ) |
syn FlatTypeAnalysis /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/FlatTypeAnalysis.jrag:182
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| ASTNode org.jmodelica.modelica.compiler.FDotAddExp.rewriteTo | ( | ) |
internal
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| void org.jmodelica.modelica.compiler.FDotAddExp.setArray | ( | Array | node | ) |
Setter for Array high-level method FlatModelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| void org.jmodelica.modelica.compiler.FDotAddExp.setDynamicFExp | ( | FExp | node, | |
| int | i | |||
| ) |
Setter for child in list DynamicFExpList high-level method FlatModelica.ast:42.
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| void org.jmodelica.modelica.compiler.FDotAddExp.setDynamicFExpList | ( | List< FExp > | list | ) |
Setter for DynamicFExpList high-level method FlatModelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| void org.jmodelica.modelica.compiler.FDotAddExp.setLeft | ( | FExp | node | ) |
Setter for Left high-level method FlatModelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| void org.jmodelica.modelica.compiler.FDotAddExp.setRight | ( | FExp | node | ) |
Setter for Right high-level method FlatModelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
| ArrayList<FExp> org.jmodelica.modelica.compiler.FDotAddExp.terms | ( | ) |
syn EquationSolve /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Symbolic.jrag:177
Reimplemented from org.jmodelica.modelica.compiler.FExp.
| FType org.jmodelica.modelica.compiler.FDotAddExp.type | ( | ) |
syn FlatTypeAnalysis /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/FlatTypeAnalysis.jrag:177
Reimplemented from org.jmodelica.modelica.compiler.FArtmBinExp.
| String org.jmodelica.modelica.compiler.FDotAddExp.xmlTag | ( | ) |
syn XMLTagBinding /tmp/JModelica/Compiler/ModelicaXMLBackEnd/src/jastadd/XMLCodeGen.jrag:525
Reimplemented from org.jmodelica.modelica.compiler.FExp.
Reimplemented in org.jmodelica.modelica.compiler.FAddExp.
1.5.8