Package com.ibm.wala.ipa.callgraph.impl
Class Everywhere
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.impl.Everywhere
-
- All Implemented Interfaces:
Context
,ContextItem
public class Everywhere extends java.lang.Object implements Context
An object that represent the context everywhere; used for context-insensitive analysis
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
-
-
Field Summary
Fields Modifier and Type Field Description static Everywhere
EVERYWHERE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
ContextItem
get(ContextKey name)
This context gives no information.int
hashCode()
Don't use default hashCode (java.lang.Object) as it's nondeterministic.java.lang.String
toString()
-
-
-
Field Detail
-
EVERYWHERE
public static final Everywhere EVERYWHERE
-
-
Method Detail
-
get
public ContextItem get(ContextKey name)
This context gives no information.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
Don't use default hashCode (java.lang.Object) as it's nondeterministic.- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-