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

ValueIndexManagerAlloc Class Reference

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

Public Methods

 ValueIndexManagerAlloc ()
Index select (MethodVariant methodVariant, Index codeIndex)

Private Attributes

Map methodVariantMap

Detailed Description

Class that provides indices to identify various value variants associated with the same method and position in the method.
Author:
John Hatcliff , Venkatesh Prasad Ranganath
Version:
Name:
(
Revision:
1.1.1.1
)

Definition at line 52 of file ValueIndexManagerAlloc.java.


Constructor & Destructor Documentation

ValueIndexManagerAlloc::ValueIndexManagerAlloc   [inline]
 

Constructor of the class.

Definition at line 92 of file ValueIndexManagerAlloc.java.


Member Function Documentation

Index ValueIndexManagerAlloc::select MethodVariant   methodVariant,
Index   codeIndex
[inline, virtual]
 

Provide value index corresponding to the given method variant and code index. if none exists then create a new index.

Parameters:
methodVariant   the method to which the value index is associated.
codeIndex   the position to which the value index is associated.
Returns:
the associated index.

Reimplemented from ValueIndexManager.

Definition at line 103 of file ValueIndexManagerAlloc.java.


Member Data Documentation

Map ValueIndexManagerAlloc::methodVariantMap [private]
 

A map from method variant to code index.

Definition at line 57 of file ValueIndexManagerAlloc.java.


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