
Public Member Functions | |
| void | flushCache () |
| low-level | |
| void | flushCollectionCache () |
| internal | |
| ImportClauseQualified | clone () throws CloneNotSupportedException |
| internal | |
| ImportClauseQualified | copy () |
| internal | |
| ImportClauseQualified | fullCopy () |
| low-level | |
| InstImport | newInstImport () |
| method InstImportClauses /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1218 | |
| ImportClauseQualified () | |
| method Modelica.ast:1 | |
| ImportClauseQualified (Access p0, Comment p1) | |
| method Modelica.ast:7 | |
| boolean | mayHaveRewrite () |
| internal method Modelica.ast:20 | |
| 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 | |
| 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:14 | |
| org.jmodelica.modelica.compiler.ImportClauseQualified.ImportClauseQualified | ( | ) |
method Modelica.ast:1
| org.jmodelica.modelica.compiler.ImportClauseQualified.ImportClauseQualified | ( | Access | p0, | |
| Comment | p1 | |||
| ) |
method Modelica.ast:7
| ImportClauseQualified org.jmodelica.modelica.compiler.ImportClauseQualified.clone | ( | ) | throws CloneNotSupportedException |
| ImportClauseQualified org.jmodelica.modelica.compiler.ImportClauseQualified.copy | ( | ) |
internal
| void org.jmodelica.modelica.compiler.ImportClauseQualified.flushCache | ( | ) |
| void org.jmodelica.modelica.compiler.ImportClauseQualified.flushCollectionCache | ( | ) |
| ImportClauseQualified org.jmodelica.modelica.compiler.ImportClauseQualified.fullCopy | ( | ) |
low-level
| Comment org.jmodelica.modelica.compiler.ImportClauseQualified.getComment | ( | ) |
Getter for Comment high-level method Modelica.ast:12.
Reimplemented from org.jmodelica.modelica.compiler.ImportClause.
| Comment org.jmodelica.modelica.compiler.ImportClauseQualified.getCommentNoTransform | ( | ) |
| Access org.jmodelica.modelica.compiler.ImportClauseQualified.getPackageName | ( | ) |
Getter for PackageName high-level method Modelica.ast:12.
Reimplemented from org.jmodelica.modelica.compiler.ImportClause.
| Access org.jmodelica.modelica.compiler.ImportClauseQualified.getPackageNameNoTransform | ( | ) |
| boolean org.jmodelica.modelica.compiler.ImportClauseQualified.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:212
| boolean org.jmodelica.modelica.compiler.ImportClauseQualified.mayHaveRewrite | ( | ) |
| InstImport org.jmodelica.modelica.compiler.ImportClauseQualified.newInstImport | ( | ) | [virtual] |
method InstImportClauses /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1218
Implements org.jmodelica.modelica.compiler.ImportClause.
| int org.jmodelica.modelica.compiler.ImportClauseQualified.numChildren | ( | ) | [protected] |
| ASTNode org.jmodelica.modelica.compiler.ImportClauseQualified.rewriteTo | ( | ) |
| void org.jmodelica.modelica.compiler.ImportClauseQualified.setComment | ( | Comment | node | ) |
Setter for Comment high-level method Modelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.ImportClause.
| void org.jmodelica.modelica.compiler.ImportClauseQualified.setPackageName | ( | Access | node | ) |
Setter for PackageName high-level method Modelica.ast:5.
Reimplemented from org.jmodelica.modelica.compiler.ImportClause.
1.5.8