wt.tools.xref.containers
Class OwnedMethodsContainer
java.lang.Object
wt.tools.xref.containers.ReferencesContainer
wt.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.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwnedMethodsContainer
public OwnedMethodsContainer()
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)