
Public Member Functions | |
| void | flushCache () |
| low-level | |
| void | flushCollectionCache () |
| internal | |
| ImportClauseRename | clone () throws CloneNotSupportedException |
| internal | |
| ImportClauseRename | copy () |
| internal | |
| ImportClauseRename | fullCopy () |
| low-level | |
| InstImport | newInstImport () |
| method InstImportClauses /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1224 | |
| ImportClauseRename () | |
| method Modelica.ast:1 | |
| ImportClauseRename (Access p0, Comment p1, IdDecl p2) | |
| method Modelica.ast:7 | |
| boolean | mayHaveRewrite () |
| internal method Modelica.ast:21 | |
| void | setPackageName (Access node) |
| Setter for PackageName high-level method Modelica.ast:5. | |
| Access | getPackageName () |
| Getter for PackageName high-level method Modelica.ast:12. | |
| Access | getPackageNameNoTransform () |
| low-level method Modelica.ast:18 | |
| 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 | |
| void | setIdDecl (IdDecl node) |
| Setter for IdDecl high-level method Modelica.ast:5. | |
| IdDecl | getIdDecl () |
| Getter for IdDecl high-level method Modelica.ast:12. | |
| IdDecl | getIdDeclNoTransform () |
| low-level method Modelica.ast:18 | |
| boolean | matches (String str) |
Does node match string? Override for node types that need to be searched for. | |
| ASTNode | rewriteTo () |
| internal | |
Protected Member Functions | |
| int | numChildren () |
| low-level method Modelica.ast:15 | |
| org.jmodelica.modelica.compiler.ImportClauseRename.ImportClauseRename | ( | ) |
method Modelica.ast:1
| org.jmodelica.modelica.compiler.ImportClauseRename.ImportClauseRename | ( | Access | p0, | |
| Comment | p1, | |||
| IdDecl | p2 | |||
| ) |
method Modelica.ast:7
| ImportClauseRename org.jmodelica.modelica.compiler.ImportClauseRename.clone | ( | ) | throws CloneNotSupportedException |
| ImportClauseRename org.jmodelica.modelica.compiler.ImportClauseRename.copy | ( | ) |
internal
| void org.jmodelica.modelica.compiler.ImportClauseRename.flushCache | ( | ) |
| void org.jmodelica.modelica.compiler.ImportClauseRename.flushCollectionCache | ( | ) |
| ImportClauseRename org.jmodelica.modelica.compiler.ImportClauseRename.fullCopy | ( | ) |
low-level
| Comment org.jmodelica.modelica.compiler.ImportClauseRename.getComment | ( | ) |
Getter for Comment high-level method Modelica.ast:12.
Reimplemented from org.jmodelica.modelica.compiler.ImportClause.
| Comment org.jmodelica.modelica.compiler.ImportClauseRename.getCommentNoTransform | ( | ) |
| IdDecl org.jmodelica.modelica.compiler.ImportClauseRename.getIdDecl | ( | ) |
Getter for IdDecl high-level method Modelica.ast:12.
| IdDecl org.jmodelica.modelica.compiler.ImportClauseRename.getIdDeclNoTransform | ( | ) |
low-level method Modelica.ast:18
| Access org.jmodelica.modelica.compiler.ImportClauseRename.getPackageName | ( | ) |
Getter for PackageName high-level method Modelica.ast:12.
Reimplemented from org.jmodelica.modelica.compiler.ImportClause.
| Access org.jmodelica.modelica.compiler.ImportClauseRename.getPackageNameNoTransform | ( | ) |
| boolean org.jmodelica.modelica.compiler.ImportClauseRename.matches | ( | String | str | ) |
Does node match string? Override for node types that need to be searched for.
Base implementation always returns false</code. Generally, this is implemented with something like str.equals(name()).
str the string to match true</code if str matches this node, false otherwise syn SimpleClassLookup /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/SimpleLookup.jrag:211
| boolean org.jmodelica.modelica.compiler.ImportClauseRename.mayHaveRewrite | ( | ) |
| InstImport org.jmodelica.modelica.compiler.ImportClauseRename.newInstImport | ( | ) | [virtual] |
method InstImportClauses /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1224
Implements org.jmodelica.modelica.compiler.ImportClause.
| int org.jmodelica.modelica.compiler.ImportClauseRename.numChildren | ( | ) | [protected] |
| ASTNode org.jmodelica.modelica.compiler.ImportClauseRename.rewriteTo | ( | ) |
| void org.jmodelica.modelica.compiler.ImportClauseRename.setComment | ( | Comment | node | ) |
Setter for Comment high-level method Modelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.ImportClause.
| void org.jmodelica.modelica.compiler.ImportClauseRename.setIdDecl | ( | IdDecl | node | ) |
Setter for IdDecl high-level method Modelica.ast:5.
| void org.jmodelica.modelica.compiler.ImportClauseRename.setPackageName | ( | Access | node | ) |
Setter for PackageName high-level method Modelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.ImportClause.
1.5.8