Uses of Class
pascal.taie.analysis.dataflow.fact.SetFact
-
Uses of SetFact in pascal.taie.analysis.dataflow.fact
Modifier and TypeMethodDescriptionSetFact.copy()
Creates and returns a copy of this fact.SetFact.intersectWith
(SetFact<E> other) Modifier and TypeMethodDescriptionboolean
Intersects this fact with other fact.boolean
SetFact.intersectWith
(SetFact<E> other) boolean
Removes all elements of other fact.void
Sets the content of this set to the same as other set.void
boolean
Unions other fact into this fact.boolean