wt.tools.xref.containers
Class OwnedMethodsContainer

java.lang.Object
  extended bywt.tools.xref.containers.ReferencesContainer
      extended bywt.tools.xref.containers.OwnedMethodsContainer

public class OwnedMethodsContainer
extends ReferencesContainer

This class was created to provide the extra functionality required by MethodSpec's for maintaining uniqueness so that each method has it's own output filename.


Field Summary
 
Fields inherited from class wt.tools.xref.containers.ReferencesContainer
d_hashtable
 
Constructor Summary
OwnedMethodsContainer()
           
 
Method Summary
private  int methodNumber(Spec referencingSpec, MethodSpec theMethodSpec)
           
 void put(Spec referencingSpec, Spec referencedSpec)
          Insert the specified WUObject into the container
 
Methods inherited from class wt.tools.xref.containers.ReferencesContainer
containsKey, get, keys, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwnedMethodsContainer

public OwnedMethodsContainer()
Method Detail

put

public void put(Spec referencingSpec,
                Spec referencedSpec)
Description copied from class: ReferencesContainer
Insert the specified WUObject into the container

Overrides:
put in class ReferencesContainer

methodNumber

private int methodNumber(Spec referencingSpec,
                         MethodSpec theMethodSpec)