
Public Member Functions | |
| void | flushCache () |
| low-level | |
| void | flushCollectionCache () |
| internal | |
| ElementList | clone () throws CloneNotSupportedException |
| internal | |
| ElementList () | |
| method Modelica.ast:1 | |
| ElementList (List< Element > p0) | |
| method Modelica.ast:8 | |
| boolean | mayHaveRewrite () |
| internal method Modelica.ast:20 | |
| void | setElementList (List< Element > list) |
| Setter for ElementList high-level method Modelica.ast:5. | |
| int | getNumElement () |
| Element | getElement (int i) |
| Getter for child in list ElementList high-level method Modelica.ast:19. | |
| void | addElement (Element node) |
| Add element to list ElementList high-level method Modelica.ast:27. | |
| void | addElementNoTransform (Element node) |
| low-level method Modelica.ast:34 | |
| void | setElement (Element node, int i) |
| Setter for child in list ElementList high-level method Modelica.ast:42. | |
| List< Element > | getElements () |
| Getter for Element list. | |
| List< Element > | getElementsNoTransform () |
| low-level method Modelica.ast:56 | |
| List< Element > | getElementList () |
| Getter for list ElementList high-level method Modelica.ast:63. | |
| List< Element > | getElementListNoTransform () |
| low-level method Modelica.ast:72 | |
| ASTNode | rewriteTo () |
| internal | |
Protected Member Functions | |
| int | numChildren () |
| low-level method Modelica.ast:14 | |
| org.jmodelica.modelica.compiler.ElementList.ElementList | ( | ) |
method Modelica.ast:1
| org.jmodelica.modelica.compiler.ElementList.ElementList | ( | List< Element > | p0 | ) |
method Modelica.ast:8
| void org.jmodelica.modelica.compiler.ElementList.addElement | ( | Element | node | ) |
Add element to list ElementList high-level method Modelica.ast:27.
Reimplemented in org.jmodelica.modelica.compiler.ProtectedElementList, and org.jmodelica.modelica.compiler.PublicElementList.
| void org.jmodelica.modelica.compiler.ElementList.addElementNoTransform | ( | Element | node | ) |
low-level method Modelica.ast:34
Reimplemented in org.jmodelica.modelica.compiler.ProtectedElementList, and org.jmodelica.modelica.compiler.PublicElementList.
| ElementList org.jmodelica.modelica.compiler.ElementList.clone | ( | ) | throws CloneNotSupportedException |
internal
Reimplemented from org.jmodelica.modelica.compiler.Clause.
Reimplemented in org.jmodelica.modelica.compiler.ProtectedElementList, and org.jmodelica.modelica.compiler.PublicElementList.
| void org.jmodelica.modelica.compiler.ElementList.flushCache | ( | ) |
low-level
Reimplemented from org.jmodelica.modelica.compiler.Clause.
Reimplemented in org.jmodelica.modelica.compiler.ProtectedElementList, and org.jmodelica.modelica.compiler.PublicElementList.
| void org.jmodelica.modelica.compiler.ElementList.flushCollectionCache | ( | ) |
internal
Reimplemented from org.jmodelica.modelica.compiler.Clause.
Reimplemented in org.jmodelica.modelica.compiler.ProtectedElementList, and org.jmodelica.modelica.compiler.PublicElementList.
| Element org.jmodelica.modelica.compiler.ElementList.getElement | ( | int | i | ) |
Getter for child in list ElementList high-level method Modelica.ast:19.
Reimplemented in org.jmodelica.modelica.compiler.ProtectedElementList, and org.jmodelica.modelica.compiler.PublicElementList.
| List<Element> org.jmodelica.modelica.compiler.ElementList.getElementList | ( | ) |
Getter for list ElementList high-level method Modelica.ast:63.
Reimplemented in org.jmodelica.modelica.compiler.ProtectedElementList, and org.jmodelica.modelica.compiler.PublicElementList.
| List<Element> org.jmodelica.modelica.compiler.ElementList.getElementListNoTransform | ( | ) |
low-level method Modelica.ast:72
Reimplemented in org.jmodelica.modelica.compiler.ProtectedElementList, and org.jmodelica.modelica.compiler.PublicElementList.
| List<Element> org.jmodelica.modelica.compiler.ElementList.getElements | ( | ) |
Getter for Element list.
high-level method Modelica.ast:50
Reimplemented in org.jmodelica.modelica.compiler.ProtectedElementList, and org.jmodelica.modelica.compiler.PublicElementList.
| List<Element> org.jmodelica.modelica.compiler.ElementList.getElementsNoTransform | ( | ) |
low-level method Modelica.ast:56
Reimplemented in org.jmodelica.modelica.compiler.ProtectedElementList, and org.jmodelica.modelica.compiler.PublicElementList.
| int org.jmodelica.modelica.compiler.ElementList.getNumElement | ( | ) |
Reimplemented in org.jmodelica.modelica.compiler.ProtectedElementList, and org.jmodelica.modelica.compiler.PublicElementList.
| boolean org.jmodelica.modelica.compiler.ElementList.mayHaveRewrite | ( | ) |
internal method Modelica.ast:20
Reimplemented from org.jmodelica.modelica.compiler.Clause.
Reimplemented in org.jmodelica.modelica.compiler.ProtectedElementList, and org.jmodelica.modelica.compiler.PublicElementList.
| int org.jmodelica.modelica.compiler.ElementList.numChildren | ( | ) | [protected] |
low-level method Modelica.ast:14
Reimplemented from org.jmodelica.modelica.compiler.Clause.
Reimplemented in org.jmodelica.modelica.compiler.ProtectedElementList, and org.jmodelica.modelica.compiler.PublicElementList.
| ASTNode org.jmodelica.modelica.compiler.ElementList.rewriteTo | ( | ) |
internal
Reimplemented from org.jmodelica.modelica.compiler.Clause.
Reimplemented in org.jmodelica.modelica.compiler.ProtectedElementList, and org.jmodelica.modelica.compiler.PublicElementList.
| void org.jmodelica.modelica.compiler.ElementList.setElement | ( | Element | node, | |
| int | i | |||
| ) |
Setter for child in list ElementList high-level method Modelica.ast:42.
Reimplemented in org.jmodelica.modelica.compiler.ProtectedElementList, and org.jmodelica.modelica.compiler.PublicElementList.
| void org.jmodelica.modelica.compiler.ElementList.setElementList | ( | List< Element > | list | ) |
Setter for ElementList high-level method Modelica.ast:5.
Reimplemented in org.jmodelica.modelica.compiler.ProtectedElementList, and org.jmodelica.modelica.compiler.PublicElementList.
1.5.8