com.ibm.wala.ipa.callgraph
Class ContextKey.ParameterKey

java.lang.Object
  extended by com.ibm.wala.ipa.callgraph.ContextKey.ParameterKey
All Implemented Interfaces:
ContextKey
Enclosing interface:
ContextKey

public static class ContextKey.ParameterKey
extends java.lang.Object
implements ContextKey


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextKey
ContextKey.ParameterKey
 
Field Summary
 int index
           
 
Fields inherited from interface com.ibm.wala.ipa.callgraph.ContextKey
CALLER, CALLSITE, PARAMETERS, RECEIVER
 
Constructor Summary
ContextKey.ParameterKey(int index)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public final int index
Constructor Detail

ContextKey.ParameterKey

public ContextKey.ParameterKey(int index)