
Public Member Functions | |
| void | flushCache () |
| low-level | |
| void | flushCollectionCache () |
| internal | |
| ReturnStmt | clone () throws CloneNotSupportedException |
| internal | |
| ReturnStmt | copy () |
| internal | |
| ReturnStmt | fullCopy () |
| low-level | |
| ReturnStmt () | |
| method Modelica.ast:1 | |
| ReturnStmt (Comment p0) | |
| method Modelica.ast:7 | |
| boolean | mayHaveRewrite () |
| internal method Modelica.ast:19 | |
| void | setComment (Comment node) |
| Setter for Comment high-level method Modelica.ast:5. | |
| Comment | getComment () |
| Getter for Comment high-level method Modelica.ast:12. | |
| Comment | getCommentNoTransform () |
| low-level method Modelica.ast:18 | |
| ASTNode | rewriteTo () |
| internal | |
Protected Member Functions | |
| FReturnStmt | instantiateStatement () |
| method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1538 | |
| int | numChildren () |
| low-level method Modelica.ast:13 | |
| org.jmodelica.modelica.compiler.ReturnStmt.ReturnStmt | ( | ) |
method Modelica.ast:1
| org.jmodelica.modelica.compiler.ReturnStmt.ReturnStmt | ( | Comment | p0 | ) |
method Modelica.ast:7
| ReturnStmt org.jmodelica.modelica.compiler.ReturnStmt.clone | ( | ) | throws CloneNotSupportedException |
| ReturnStmt org.jmodelica.modelica.compiler.ReturnStmt.copy | ( | ) |
internal
| void org.jmodelica.modelica.compiler.ReturnStmt.flushCache | ( | ) |
| void org.jmodelica.modelica.compiler.ReturnStmt.flushCollectionCache | ( | ) |
| ReturnStmt org.jmodelica.modelica.compiler.ReturnStmt.fullCopy | ( | ) |
low-level
| Comment org.jmodelica.modelica.compiler.ReturnStmt.getComment | ( | ) |
Getter for Comment high-level method Modelica.ast:12.
Reimplemented from org.jmodelica.modelica.compiler.Statement.
| Comment org.jmodelica.modelica.compiler.ReturnStmt.getCommentNoTransform | ( | ) |
| FReturnStmt org.jmodelica.modelica.compiler.ReturnStmt.instantiateStatement | ( | ) | [protected, virtual] |
method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1538
Implements org.jmodelica.modelica.compiler.Statement.
| boolean org.jmodelica.modelica.compiler.ReturnStmt.mayHaveRewrite | ( | ) |
| int org.jmodelica.modelica.compiler.ReturnStmt.numChildren | ( | ) | [protected] |
| ASTNode org.jmodelica.modelica.compiler.ReturnStmt.rewriteTo | ( | ) |
| void org.jmodelica.modelica.compiler.ReturnStmt.setComment | ( | Comment | node | ) |
Setter for Comment high-level method Modelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.Statement.
1.5.8