org.jmodelica.modelica.compiler.WhileStmt Class Reference

node Modelica.ast:333 More...

Inheritance diagram for org.jmodelica.modelica.compiler.WhileStmt:

org.jmodelica.modelica.compiler.Statement org.jmodelica.modelica.compiler.BaseNode

List of all members.

Public Member Functions

void flushCache ()
 low-level
void flushCollectionCache ()
 internal
WhileStmt clone () throws CloneNotSupportedException
 internal
WhileStmt copy ()
 internal
WhileStmt fullCopy ()
 low-level
 WhileStmt ()
 method Modelica.ast:1
 WhileStmt (Comment p0, Exp p1, List< Statement > p2)
 method Modelica.ast:8
boolean mayHaveRewrite ()
 internal method Modelica.ast:22
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 setTest (Exp node)
 Setter for Test high-level method Modelica.ast:5.
Exp getTest ()
 Getter for Test high-level method Modelica.ast:12.
Exp getTestNoTransform ()
 low-level method Modelica.ast:18
void setWhileStmtList (List< Statement > list)
 Setter for WhileStmtList high-level method Modelica.ast:5.
int getNumWhileStmt ()
Statement getWhileStmt (int i)
 Getter for child in list WhileStmtList high-level method Modelica.ast:19.
void addWhileStmt (Statement node)
 Add element to list WhileStmtList high-level method Modelica.ast:27.
void addWhileStmtNoTransform (Statement node)
 low-level method Modelica.ast:34
void setWhileStmt (Statement node, int i)
 Setter for child in list WhileStmtList high-level method Modelica.ast:42.
List< StatementgetWhileStmts ()
 Getter for WhileStmt list.
List< StatementgetWhileStmtsNoTransform ()
 low-level method Modelica.ast:56
List< StatementgetWhileStmtList ()
 Getter for list WhileStmtList high-level method Modelica.ast:63.
List< StatementgetWhileStmtListNoTransform ()
 low-level method Modelica.ast:72
ASTNode rewriteTo ()
 internal

Protected Member Functions

FWhileStmt instantiateStatement ()
 method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1587
int numChildren ()
 low-level method Modelica.ast:16


Detailed Description

node Modelica.ast:333

Constructor & Destructor Documentation

org.jmodelica.modelica.compiler.WhileStmt.WhileStmt (  ) 

method Modelica.ast:1

org.jmodelica.modelica.compiler.WhileStmt.WhileStmt ( Comment  p0,
Exp  p1,
List< Statement p2 
)

method Modelica.ast:8


Member Function Documentation

void org.jmodelica.modelica.compiler.WhileStmt.addWhileStmt ( Statement  node  ) 

Add element to list WhileStmtList high-level method Modelica.ast:27.

void org.jmodelica.modelica.compiler.WhileStmt.addWhileStmtNoTransform ( Statement  node  ) 

low-level method Modelica.ast:34

WhileStmt org.jmodelica.modelica.compiler.WhileStmt.clone (  )  throws CloneNotSupportedException

internal

Reimplemented from org.jmodelica.modelica.compiler.Statement.

WhileStmt org.jmodelica.modelica.compiler.WhileStmt.copy (  ) 

internal

void org.jmodelica.modelica.compiler.WhileStmt.flushCache (  ) 

low-level

Reimplemented from org.jmodelica.modelica.compiler.Statement.

void org.jmodelica.modelica.compiler.WhileStmt.flushCollectionCache (  ) 

internal

Reimplemented from org.jmodelica.modelica.compiler.Statement.

WhileStmt org.jmodelica.modelica.compiler.WhileStmt.fullCopy (  ) 

low-level

Comment org.jmodelica.modelica.compiler.WhileStmt.getComment (  ) 

Getter for Comment high-level method Modelica.ast:12.

Reimplemented from org.jmodelica.modelica.compiler.Statement.

Comment org.jmodelica.modelica.compiler.WhileStmt.getCommentNoTransform (  ) 

low-level method Modelica.ast:18

Reimplemented from org.jmodelica.modelica.compiler.Statement.

int org.jmodelica.modelica.compiler.WhileStmt.getNumWhileStmt (  ) 

Returns:
number of children in WhileStmtList high-level method Modelica.ast:12

Exp org.jmodelica.modelica.compiler.WhileStmt.getTest (  ) 

Getter for Test high-level method Modelica.ast:12.

Exp org.jmodelica.modelica.compiler.WhileStmt.getTestNoTransform (  ) 

low-level method Modelica.ast:18

Statement org.jmodelica.modelica.compiler.WhileStmt.getWhileStmt ( int  i  ) 

Getter for child in list WhileStmtList high-level method Modelica.ast:19.

List<Statement> org.jmodelica.modelica.compiler.WhileStmt.getWhileStmtList (  ) 

Getter for list WhileStmtList high-level method Modelica.ast:63.

List<Statement> org.jmodelica.modelica.compiler.WhileStmt.getWhileStmtListNoTransform (  ) 

low-level method Modelica.ast:72

List<Statement> org.jmodelica.modelica.compiler.WhileStmt.getWhileStmts (  ) 

Getter for WhileStmt list.

high-level method Modelica.ast:50

List<Statement> org.jmodelica.modelica.compiler.WhileStmt.getWhileStmtsNoTransform (  ) 

low-level method Modelica.ast:56

FWhileStmt org.jmodelica.modelica.compiler.WhileStmt.instantiateStatement (  )  [protected, virtual]

method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1587

Implements org.jmodelica.modelica.compiler.Statement.

boolean org.jmodelica.modelica.compiler.WhileStmt.mayHaveRewrite (  ) 

internal method Modelica.ast:22

Reimplemented from org.jmodelica.modelica.compiler.Statement.

int org.jmodelica.modelica.compiler.WhileStmt.numChildren (  )  [protected]

low-level method Modelica.ast:16

Reimplemented from org.jmodelica.modelica.compiler.Statement.

ASTNode org.jmodelica.modelica.compiler.WhileStmt.rewriteTo (  ) 

internal

Reimplemented from org.jmodelica.modelica.compiler.Statement.

void org.jmodelica.modelica.compiler.WhileStmt.setComment ( Comment  node  ) 

Setter for Comment high-level method Modelica.ast:5.

Reimplemented from org.jmodelica.modelica.compiler.Statement.

void org.jmodelica.modelica.compiler.WhileStmt.setTest ( Exp  node  ) 

Setter for Test high-level method Modelica.ast:5.

void org.jmodelica.modelica.compiler.WhileStmt.setWhileStmt ( Statement  node,
int  i 
)

Setter for child in list WhileStmtList high-level method Modelica.ast:42.

void org.jmodelica.modelica.compiler.WhileStmt.setWhileStmtList ( List< Statement list  ) 

Setter for WhileStmtList high-level method Modelica.ast:5.


The documentation for this class was generated from the following file:

Generated on Fri Oct 7 14:51:15 2011 for JModelica.org by  doxygen 1.5.8