
Public Member Functions | |
| void | flushCache () |
| low-level | |
| void | flushCollectionCache () |
| internal | |
| IdDecl | clone () throws CloneNotSupportedException |
| internal | |
| IdDecl | copy () |
| internal | |
| IdDecl | fullCopy () |
| low-level | |
| void | dumpTree (String indent) |
| method DumpTree /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/DumpTree.jadd:44 | |
| void | dumpTreeBasic (String indent) |
| method DumpTreeBasic /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/DumpTree.jadd:200 | |
| String | getNodeName () |
| method NodeMethods /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Util.jrag:248 | |
| IdDecl () | |
| method Modelica.ast:1 | |
| IdDecl (String p0) | |
| method Modelica.ast:7 | |
| IdDecl (beaver.Symbol p0) | |
| method Modelica.ast:10 | |
| boolean | mayHaveRewrite () |
| internal method Modelica.ast:22 | |
| void | setID (String value) |
| Setter for lexeme ID high-level method Modelica.ast:5. | |
| void | setID (beaver.Symbol symbol) |
| method Modelica.ast:11 | |
| String | getID () |
| Getter for lexeme ID high-level method Modelica.ast:22. | |
| boolean | matches (String str) |
Does node match string? Override for node types that need to be searched for. | |
| String | name () |
| syn Names /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Util.jrag:425 | |
| ASTNode | rewriteTo () |
| internal | |
Public Attributes | |
| int | IDstart |
| method Modelica.ast:9 | |
| int | IDend |
| method Modelica.ast:10 | |
Protected Member Functions | |
| int | numChildren () |
| low-level method Modelica.ast:16 | |
Protected Attributes | |
| String | tokenString_ID |
| * internal * method Modelica.ast:8 | |
| org.jmodelica.modelica.compiler.IdDecl.IdDecl | ( | ) |
method Modelica.ast:1
| org.jmodelica.modelica.compiler.IdDecl.IdDecl | ( | String | p0 | ) |
method Modelica.ast:7
| org.jmodelica.modelica.compiler.IdDecl.IdDecl | ( | beaver.Symbol | p0 | ) |
method Modelica.ast:10
| IdDecl org.jmodelica.modelica.compiler.IdDecl.clone | ( | ) | throws CloneNotSupportedException |
| IdDecl org.jmodelica.modelica.compiler.IdDecl.copy | ( | ) |
internal
| void org.jmodelica.modelica.compiler.IdDecl.dumpTree | ( | String | indent | ) |
method DumpTree /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/DumpTree.jadd:44
| void org.jmodelica.modelica.compiler.IdDecl.dumpTreeBasic | ( | String | indent | ) |
method DumpTreeBasic /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/DumpTree.jadd:200
| void org.jmodelica.modelica.compiler.IdDecl.flushCache | ( | ) |
| void org.jmodelica.modelica.compiler.IdDecl.flushCollectionCache | ( | ) |
| IdDecl org.jmodelica.modelica.compiler.IdDecl.fullCopy | ( | ) |
low-level
| String org.jmodelica.modelica.compiler.IdDecl.getID | ( | ) |
Getter for lexeme ID high-level method Modelica.ast:22.
| String org.jmodelica.modelica.compiler.IdDecl.getNodeName | ( | ) |
method NodeMethods /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Util.jrag:248
| boolean org.jmodelica.modelica.compiler.IdDecl.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:208
| boolean org.jmodelica.modelica.compiler.IdDecl.mayHaveRewrite | ( | ) |
| String org.jmodelica.modelica.compiler.IdDecl.name | ( | ) |
syn Names /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Util.jrag:425
| int org.jmodelica.modelica.compiler.IdDecl.numChildren | ( | ) | [protected] |
| ASTNode org.jmodelica.modelica.compiler.IdDecl.rewriteTo | ( | ) |
| void org.jmodelica.modelica.compiler.IdDecl.setID | ( | beaver.Symbol | symbol | ) |
method Modelica.ast:11
| void org.jmodelica.modelica.compiler.IdDecl.setID | ( | String | value | ) |
Setter for lexeme ID high-level method Modelica.ast:5.
method Modelica.ast:10
method Modelica.ast:9
String org.jmodelica.modelica.compiler.IdDecl.tokenString_ID [protected] |
* internal * method Modelica.ast:8
* internal
1.5.8