
Public Member Functions | |
| void | flushCache () |
| low-level | |
| void | flushCollectionCache () |
| internal | |
| PublicElementList | clone () throws CloneNotSupportedException |
| internal | |
| PublicElementList | copy () |
| internal | |
| PublicElementList | fullCopy () |
| low-level | |
| PublicElementList () | |
| method Modelica.ast:1 | |
| PublicElementList (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 | |
| VisibilityType | Define_VisibilityType_visibility (ASTNode caller, ASTNode child) |
| /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InitialTransformations.jrag:44 internal | |
| ASTNode | rewriteTo () |
| internal | |
Protected Member Functions | |
| int | numChildren () |
| low-level method Modelica.ast:14 | |
| org.jmodelica.modelica.compiler.PublicElementList.PublicElementList | ( | ) |
method Modelica.ast:1
| org.jmodelica.modelica.compiler.PublicElementList.PublicElementList | ( | List< Element > | p0 | ) |
method Modelica.ast:8
| void org.jmodelica.modelica.compiler.PublicElementList.addElement | ( | Element | node | ) |
Add element to list ElementList high-level method Modelica.ast:27.
Reimplemented from org.jmodelica.modelica.compiler.ElementList.
| void org.jmodelica.modelica.compiler.PublicElementList.addElementNoTransform | ( | Element | node | ) |
| PublicElementList org.jmodelica.modelica.compiler.PublicElementList.clone | ( | ) | throws CloneNotSupportedException |
| PublicElementList org.jmodelica.modelica.compiler.PublicElementList.copy | ( | ) |
internal
| VisibilityType org.jmodelica.modelica.compiler.PublicElementList.Define_VisibilityType_visibility | ( | ASTNode | caller, | |
| ASTNode | child | |||
| ) |
/tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InitialTransformations.jrag:44 internal
| void org.jmodelica.modelica.compiler.PublicElementList.flushCache | ( | ) |
| void org.jmodelica.modelica.compiler.PublicElementList.flushCollectionCache | ( | ) |
| PublicElementList org.jmodelica.modelica.compiler.PublicElementList.fullCopy | ( | ) |
low-level
| Element org.jmodelica.modelica.compiler.PublicElementList.getElement | ( | int | i | ) |
Getter for child in list ElementList high-level method Modelica.ast:19.
Reimplemented from org.jmodelica.modelica.compiler.ElementList.
| List<Element> org.jmodelica.modelica.compiler.PublicElementList.getElementList | ( | ) |
Getter for list ElementList high-level method Modelica.ast:63.
Reimplemented from org.jmodelica.modelica.compiler.ElementList.
| List<Element> org.jmodelica.modelica.compiler.PublicElementList.getElementListNoTransform | ( | ) |
| List<Element> org.jmodelica.modelica.compiler.PublicElementList.getElements | ( | ) |
Getter for Element list.
high-level method Modelica.ast:50
Reimplemented from org.jmodelica.modelica.compiler.ElementList.
| List<Element> org.jmodelica.modelica.compiler.PublicElementList.getElementsNoTransform | ( | ) |
| int org.jmodelica.modelica.compiler.PublicElementList.getNumElement | ( | ) |
Reimplemented from org.jmodelica.modelica.compiler.ElementList.
| boolean org.jmodelica.modelica.compiler.PublicElementList.mayHaveRewrite | ( | ) |
| int org.jmodelica.modelica.compiler.PublicElementList.numChildren | ( | ) | [protected] |
| ASTNode org.jmodelica.modelica.compiler.PublicElementList.rewriteTo | ( | ) |
| void org.jmodelica.modelica.compiler.PublicElementList.setElement | ( | Element | node, | |
| int | i | |||
| ) |
Setter for child in list ElementList high-level method Modelica.ast:42.
Reimplemented from org.jmodelica.modelica.compiler.ElementList.
| void org.jmodelica.modelica.compiler.PublicElementList.setElementList | ( | List< Element > | list | ) |
Setter for ElementList high-level method Modelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.ElementList.
1.5.8