soot.jimple.toolkits.thread.mhp
Class PegChain

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by soot.util.HashChain
          extended by soot.jimple.toolkits.thread.mhp.PegChain
All Implemented Interfaces:
Serializable, Iterable, Collection, Chain

public class PegChain
extends HashChain

See Also:
Serialized Form

Field Summary
 Body body
           
 
Method Summary
protected  void addTag()
           
 List getHeads()
           
 List getTails()
           
protected  Map<String,FlowSet> getWaitingNodes()
           
protected  void testChain()
           
 
Methods inherited from class soot.util.HashChain
add, addFirst, addLast, clear, contains, containsAll, follows, getFirst, getLast, getPredOf, getSuccOf, insertAfter, insertAfter, insertAfter, insertBefore, insertBefore, insertBefore, iterator, iterator, iterator, listToHashChain, remove, removeFirst, removeLast, size, snapshotIterator, snapshotIterator, swapWith, toList, toString
 
Methods inherited from class java.util.AbstractCollection
addAll, isEmpty, removeAll, retainAll, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
addAll, equals, hashCode, isEmpty, removeAll, retainAll, toArray, toArray
 

Field Detail

body

public Body body
Method Detail

getHeads

public List getHeads()

getTails

public List getTails()

addTag

protected void addTag()

getWaitingNodes

protected Map<String,FlowSet> getWaitingNodes()

testChain

protected void testChain()