Uses of Class
soot.util.queue.QueueReader

Packages that use QueueReader
soot.jimple.spark.internal   
soot.jimple.spark.pag   
soot.jimple.toolkits.callgraph   
soot.util.queue An efficient queue implementation to be used generally within Soot. 
 

Uses of QueueReader in soot.jimple.spark.internal
 

Fields in soot.jimple.spark.internal declared as QueueReader
protected  QueueReader TypeManager.allocNodeListener
           
protected  QueueReader TypeManager.allocNodeListener
           
 

Uses of QueueReader in soot.jimple.spark.pag
 

Methods in soot.jimple.spark.pag that return QueueReader
 QueueReader PAG.allocNodeListener()
           
 QueueReader PAG.allocNodeListener()
           
 QueueReader PAG.edgeReader()
           
 QueueReader PAG.edgeReader()
           
 

Uses of QueueReader in soot.jimple.toolkits.callgraph
 

Fields in soot.jimple.toolkits.callgraph declared as QueueReader
protected  QueueReader<Edge> CallGraph.reader
           
protected  QueueReader<Edge> CallGraph.reader
           
 

Methods in soot.jimple.toolkits.callgraph that return QueueReader
 QueueReader<Edge> CallGraph.listener()
          Returns a QueueReader object containing all edges added so far, and which will be informed of any new edges that are later added to the graph.
 QueueReader<MethodOrMethodContext> ReachableMethods.listener()
          Returns a QueueReader object containing all methods found reachable so far, and which will be informed of any new methods that are later found to be reachable.
 QueueReader SlowCallGraph.listener()
          Returns a QueueReader object containing all edges added so far, and which will be informed of any new edges that are later added to the graph.
 QueueReader SlowCallGraph.listener()
          Returns a QueueReader object containing all edges added so far, and which will be informed of any new edges that are later added to the graph.
 QueueReader<MethodOrMethodContext> ReachableMethods.listener()
          Returns a QueueReader object containing all methods found reachable so far, and which will be informed of any new methods that are later found to be reachable.
 QueueReader<Edge> CallGraph.listener()
          Returns a QueueReader object containing all edges added so far, and which will be informed of any new edges that are later added to the graph.
 QueueReader<Edge> CallGraph.newListener()
          Returns a QueueReader object which will contain ONLY NEW edges which will be added to the graph.
 QueueReader<MethodOrMethodContext> ReachableMethods.newListener()
          Returns a QueueReader object which will contain ONLY NEW methods which will be found to be reachable, but not those that have already been found to be reachable.
 QueueReader SlowCallGraph.newListener()
          Returns a QueueReader object which will contain ONLY NEW edges which will be added to the graph.
 QueueReader SlowCallGraph.newListener()
          Returns a QueueReader object which will contain ONLY NEW edges which will be added to the graph.
 QueueReader<MethodOrMethodContext> ReachableMethods.newListener()
          Returns a QueueReader object which will contain ONLY NEW methods which will be found to be reachable, but not those that have already been found to be reachable.
 QueueReader<Edge> CallGraph.newListener()
          Returns a QueueReader object which will contain ONLY NEW edges which will be added to the graph.
 

Uses of QueueReader in soot.util.queue
 

Methods in soot.util.queue that return QueueReader
 QueueReader<E> QueueReader.clone()
           
 QueueReader<E> QueueReader.clone()
           
 QueueReader<E> ChunkedQueue.reader()
          Create reader which will read objects from the queue.
 QueueReader<E> ChunkedQueue.reader()
          Create reader which will read objects from the queue.