类 ProgramLocationDependentReachedSet<StateT extends AbstractState<StateT> & ProgramLocationDependent>

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      boolean add​(StateT abstractState)
      Adds an abstract state.
      boolean addAll​(java.util.Collection<? extends StateT> abstractStates)
      Adds multiple abstract states.
      java.util.Collection<StateT> asCollection()
      Returns a collection representation of itself.
      void clear()
      Empties the reached set.
      java.util.Collection<StateT> getReached​(JvmCfaNode location)
      Returns a collection of abstract states belonging to the given location.
      java.util.Collection<StateT> getReached​(StateT abstractState)
      Returns a collection of abstract states mergeable with the abstractState.
      boolean remove​(StateT abstractState)
      Removes an abstract state.
      boolean removeAll​(java.util.Collection<? extends StateT> abstractStates)
      Removes multiple abstract states.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait