joeq.Compiler.Analysis.Primitive
Class PrimitivePACallGraph.PACallTargetMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by joeq.Compiler.Analysis.Primitive.PrimitivePACallGraph.PACallTargetMap
All Implemented Interfaces:
Map
Enclosing class:
PrimitivePACallGraph

public static class PrimitivePACallGraph.PACallTargetMap
extends AbstractMap


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
PrimitivePACallGraph.PACallTargetMap()
           
 
Method Summary
 Set entrySet()
           
 Object get(Object key)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrimitivePACallGraph.PACallTargetMap

public PrimitivePACallGraph.PACallTargetMap()
Method Detail

get

public Object get(Object key)
Specified by:
get in interface Map
Overrides:
get in class AbstractMap

entrySet

public Set entrySet()
Specified by:
entrySet in interface Map
Specified by:
entrySet in class AbstractMap


Copyright © 2001-2008 John Whaley. All Rights Reserved.