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

CodeIndexManagerAlloc Class Reference

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

Public Methods

 CodeIndexManagerAlloc ()
void reset ()
Index select (Value position)

Private Attributes

Map positionMap

Detailed Description

This class generates an index to partition object creation sites.

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

Definition at line 55 of file CodeIndexManagerAlloc.java.


Constructor & Destructor Documentation

CodeIndexManagerAlloc::CodeIndexManagerAlloc   [inline]
 

Constructor for the class.

Definition at line 96 of file CodeIndexManagerAlloc.java.


Member Function Documentation

void CodeIndexManagerAlloc::reset   [inline]
 

Resets the data structures inside the manager.

Reimplemented from CodeIndexManager.

Definition at line 104 of file CodeIndexManagerAlloc.java.

Index CodeIndexManagerAlloc::select Value   position [inline]
 

Provides the index corresponding to the given position. If an index does not exist then a new one is created.

Parameters:
position   The Value for which the Index is requested.
Returns:
The Index corresponding to the given Value object.

Reimplemented from CodeIndexManager.

Definition at line 115 of file CodeIndexManagerAlloc.java.


Member Data Documentation

Map CodeIndexManagerAlloc::positionMap [private]
 

Maps the Value object to a index.

Definition at line 60 of file CodeIndexManagerAlloc.java.


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