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