JanosVM v1.0 API

Uses of Class
edu.utah.janosvm.kit.util.SharedTable

Packages that use SharedTable
edu.utah.janosvm.kit.util A set of useful data structures. 
 

Uses of SharedTable in edu.utah.janosvm.kit.util
 

Fields in edu.utah.janosvm.kit.util declared as SharedTable
private  SharedTable SharedTableReader.table
           
private  SharedTable SharedTableWriter.newGeneration
          The newGeneration table contains any changes to the currently available shared data.
private  SharedTable SharedTableWriter.lastGeneration
          The top of the stack of published SharedTables.
private  SharedTable SharedTable.lastGeneration
          Link to the next table in the stack.
 

Methods in edu.utah.janosvm.kit.util that return SharedTable
(package private)  SharedTable SharedTable.merge(SharedTable diff, boolean collapse)
          Merge the current table with the differences introduced by another table.
 

Methods in edu.utah.janosvm.kit.util with parameters of type SharedTable
(package private)  void SharedTableReader.setTable(SharedTable table)
           
(package private)  SharedTable SharedTable.merge(SharedTable diff, boolean collapse)
          Merge the current table with the differences introduced by another table.
 


JanosVM v1.0 API

This documentation is Copyright (C) 2000-2003 The University of Utah. All Rights Reserved. See the documentation license for distribution terms and restrictions.
Documentation, software, and mailing lists for the JanosVM can be found at the Janos Project web page: http://www.cs.utah.edu/flux/janos/
Generated on Feb 13, 2003