org.jmodelica.modelica.compiler.WhenStmt Class Reference

node Modelica.ast:328 More...

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

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

List of all members.

Public Member Functions

void flushCache ()
 low-level
void flushCollectionCache ()
 internal
WhenStmt clone () throws CloneNotSupportedException
 internal
WhenStmt copy ()
 internal
WhenStmt fullCopy ()
 low-level
 WhenStmt ()
 method Modelica.ast:1
 WhenStmt (Comment p0, List< IfWhenClause > p1)
 method Modelica.ast:8
boolean mayHaveRewrite ()
 internal method Modelica.ast:21
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 setIfWhenClauseList (List< IfWhenClause > list)
 Setter for IfWhenClauseList high-level method Modelica.ast:5.
int getNumIfWhenClause ()
IfWhenClause getIfWhenClause (int i)
 Getter for child in list IfWhenClauseList high-level method Modelica.ast:19.
void addIfWhenClause (IfWhenClause node)
 Add element to list IfWhenClauseList high-level method Modelica.ast:27.
void addIfWhenClauseNoTransform (IfWhenClause node)
 low-level method Modelica.ast:34
void setIfWhenClause (IfWhenClause node, int i)
 Setter for child in list IfWhenClauseList high-level method Modelica.ast:42.
List< IfWhenClausegetIfWhenClauses ()
 Getter for IfWhenClause list.
List< IfWhenClausegetIfWhenClausesNoTransform ()
 low-level method Modelica.ast:56
List< IfWhenClausegetIfWhenClauseList ()
 Getter for list IfWhenClauseList high-level method Modelica.ast:63.
List< IfWhenClausegetIfWhenClauseListNoTransform ()
 low-level method Modelica.ast:72
ASTNode rewriteTo ()
 internal

Protected Member Functions

FWhenStmt instantiateIfWhenStmt (List l)
 method InstantiatedExpressions /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:1556
int numChildren ()
 low-level method Modelica.ast:15


Detailed Description

node Modelica.ast:328

Constructor & Destructor Documentation

org.jmodelica.modelica.compiler.WhenStmt.WhenStmt (  ) 

method Modelica.ast:1

org.jmodelica.modelica.compiler.WhenStmt.WhenStmt ( Comment  p0,
List< IfWhenClause p1 
)

method Modelica.ast:8


Member Function Documentation

void org.jmodelica.modelica.compiler.WhenStmt.addIfWhenClause ( IfWhenClause  node  ) 

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

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

void org.jmodelica.modelica.compiler.WhenStmt.addIfWhenClauseNoTransform ( IfWhenClause  node  ) 

low-level method Modelica.ast:34

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

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

internal

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

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

internal

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

low-level

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

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

internal

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

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

low-level

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

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

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

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

low-level method Modelica.ast:18

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

IfWhenClause org.jmodelica.modelica.compiler.WhenStmt.getIfWhenClause ( int  i  ) 

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

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

List<IfWhenClause> org.jmodelica.modelica.compiler.WhenStmt.getIfWhenClauseList (  ) 

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

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

List<IfWhenClause> org.jmodelica.modelica.compiler.WhenStmt.getIfWhenClauseListNoTransform (  ) 

low-level method Modelica.ast:72

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

List<IfWhenClause> org.jmodelica.modelica.compiler.WhenStmt.getIfWhenClauses (  ) 

Getter for IfWhenClause list.

high-level method Modelica.ast:50

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

List<IfWhenClause> org.jmodelica.modelica.compiler.WhenStmt.getIfWhenClausesNoTransform (  ) 

low-level method Modelica.ast:56

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

int org.jmodelica.modelica.compiler.WhenStmt.getNumIfWhenClause (  ) 

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

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

FWhenStmt org.jmodelica.modelica.compiler.WhenStmt.instantiateIfWhenStmt ( List  l  )  [protected, virtual]

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

Implements org.jmodelica.modelica.compiler.IfWhenStmt.

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

internal method Modelica.ast:21

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

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

low-level method Modelica.ast:15

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

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

internal

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

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

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

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

void org.jmodelica.modelica.compiler.WhenStmt.setIfWhenClause ( IfWhenClause  node,
int  i 
)

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

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.

void org.jmodelica.modelica.compiler.WhenStmt.setIfWhenClauseList ( List< IfWhenClause list  ) 

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

Reimplemented from org.jmodelica.modelica.compiler.IfWhenStmt.


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