soot.jimple.toolkits.thread.mhp
Class PegChain

java.lang.Object
  extended byjava.util.AbstractCollection
      extended bysoot.util.HashChain
          extended bysoot.jimple.toolkits.thread.mhp.PegChain
All Implemented Interfaces:
Chain, Collection, Serializable

public class PegChain
extends HashChain

See Also:
Serialized Form

Field Summary
 Body body
           
 
Method Summary
protected  void addTag()
           
 List getHeads()
           
 List getTails()
           
protected  Map 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 getWaitingNodes()

testChain

protected void testChain()