Package com.ibm.wala.ipa.callgraph.impl
Class Everywhere
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.impl.Everywhere
-
-
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(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.String
toString()
-
-
-
Field Detail
-
EVERYWHERE
public static final Everywhere EVERYWHERE
-
-
Method Detail
-
get
public ContextItem get(ContextKey name)
This context gives no information.
-
hashCode
public int hashCode()
Don't use default hashCode (java.lang.Object) as it's nondeterministic.
-
-