Class ContextKey.ParameterKey
java.lang.Object
com.ibm.wala.ipa.callgraph.ContextKey.ParameterKey
- All Implemented Interfaces:
ContextKey
- Enclosing interface:
ContextKey
context key representing some parameter index, useful, e.g. for CPA-style context-sensitivity
policies.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ContextKey
ContextKey.ParameterKeyModifier and TypeInterfaceDescriptionstatic classcontext key representing some parameter index, useful, e.g. -
Field Summary
FieldsFields inherited from interface ContextKey
CALLER, CALLSITE, NAME, PARAMETERS, RECEIVER, TARGETModifier and TypeFieldDescriptionstatic final ContextKeyA property of contexts that might be generally useful: the "caller" method ...static final ContextKeyA property of contexts that might be generally useful: the "call site" method ...static final ContextKeyA property of contexts that might be generally useful: the "name".static final ContextKey[]Generally useful constants for possible parameter indicesstatic final ContextKeyA property of contexts that might be generally useful: an identifier for the receiver object ...static final ContextKeyA property of contexts that might be generally useful: the "target" method. -
Method Summary
-
Field Details
-
index
public final int index
-
-
Method Details
-
toString
-