soot.jimple.spark.sets
Class SharedListSet.ListNode

java.lang.Object
  extended by soot.jimple.spark.sets.SharedListSet.ListNode
Enclosing class:
SharedListSet

public class SharedListSet.ListNode
extends Object


Field Summary
 long refCount
           
 
Constructor Summary
SharedListSet.ListNode(Node elem, SharedListSet.ListNode next)
           
 
Method Summary
 void decRefCount()
           
 void incRefCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

refCount

public long refCount
Constructor Detail

SharedListSet.ListNode

public SharedListSet.ListNode(Node elem,
                              SharedListSet.ListNode next)
Method Detail

incRefCount

public void incRefCount()

decRefCount

public void decRefCount()