anthill.util
Class InstanceCount

java.lang.Object
  |
  +--anthill.util.InstanceCount

public final class InstanceCount
extends Object

This class contains the number of instance objects of a particular class as computed by Analyzer.

Version:
$Revision: 1.2 $
Author:
Alberto Montresor

Method Summary
 int getCounter()
          Return the counter contained in this object
 Class getType()
          Return the class contained in this object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public Class getType()
Return the class contained in this object


getCounter

public int getCounter()
Return the counter contained in this object