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 EverywhereEVERYWHERE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ContextItemget(ContextKey name)This context gives no information.inthashCode()Don't use default hashCode (java.lang.Object) as it's nondeterministic.StringtoString()
-
-
-
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.
-
-