Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

Transformation Class Reference

List of all members.

Public Methods

 Transformation (Location fromLoc, Location toLoc, Expr guard, ActionVector actions)
ActionVector getActions ()
Location getFromLoc ()
Expr getGuard ()
Location getToLoc ()
boolean isVisible ()
void markDeleted ()
void setVisible (boolean visible)
String toString ()

Static Public Methods

void purge ()

Private Methods

void deleteTrans ()

Private Attributes

Location fromLoc
Location toLoc
Expr guard
ActionVector actions
boolean markedDeleted = false
boolean visible = true

Static Private Attributes

Vector deletedVector = new Vector()

Detailed Description

A guarded transformation.

Definition at line 44 of file Transformation.java.


Member Function Documentation

void Transformation::markDeleted   [inline]
 

Mark for future deletion (actual deletion done when purge() is called).

Definition at line 76 of file Transformation.java.

Referenced by Reducer::reduce().

void Transformation::purge   [inline, static]
 

Delete all transformations marked for deletion.

Definition at line 86 of file Transformation.java.


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:22:32 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001