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

FGNodeArray Class Reference

Inheritance diagram for FGNodeArray:
[legend]
Collaboration diagram for FGNodeArray:
[legend]
List of all members.

Public Methods

 FGNodeArray (ArrayVariant arrayVariant)
ArrayVariant getArrayVariant ()

Private Methods

void putArrayVariant (ArrayVariant arrayVariant)

Private Attributes

ArrayVariant arrayVariant

Detailed Description

This class represents the node that describes array variant(associated with the array object) in the flow graph.

Author:
John Hatcliff , Venkatesh Prasad Ranganath
Version:
Name:
(
Revision:
1.1.1.1
)

Definition at line 54 of file FGNodeArray.java.


Constructor & Destructor Documentation

FGNodeArray::FGNodeArray ArrayVariant   arrayVariant [inline]
 

Constructor that uses empty sets for values, actions, and succs.

Parameters:
arrayVariant   array variant described by this flowgraph node.

Definition at line 66 of file FGNodeArray.java.


Member Function Documentation

ArrayVariant FGNodeArray::getArrayVariant   [inline]
 

Returns the arrayVariant described by this node.

Returns:
the arrayVariant described by this node.

Definition at line 76 of file FGNodeArray.java.

void FGNodeArray::putArrayVariant ArrayVariant   arrayVariant [inline, private]
 

Changes the array variant described by this node.

Parameters:
arrayVariant   the new arra variant to be described by this node.

Definition at line 85 of file FGNodeArray.java.

Referenced by ArrayVariantManager::select().


Member Data Documentation

ArrayVariant FGNodeArray::arrayVariant [private]
 

Array variant described by the FG node

Definition at line 59 of file FGNodeArray.java.


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