edu.neu.ccs.demeterf.demfgen
Class TypeUseCollect

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.TypeUseCollect

public class TypeUseCollect
extends java.lang.Object


Constructor Summary
TypeUseCollect()
           
 
Method Summary
 void add(TypeUse tu)
           
 boolean has(TypeUse t)
           
 boolean isEmpty()
           
 void pop()
           
 TypeUse top()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeUseCollect

public TypeUseCollect()
Method Detail

add

public void add(TypeUse tu)

pop

public void pop()

top

public TypeUse top()

isEmpty

public boolean isEmpty()

has

public boolean has(TypeUse t)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object