Class IntraProcFilter
java.lang.Object
com.ibm.wala.demandpa.alg.IntraProcFilter
- All Implemented Interfaces:
StateMachine<IFlowLabel>
State machine that only allows intraprocedural paths. Mainly for testing purposes.
- Author:
- Manu Sridharan
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface StateMachine
StateMachine.State -
Field Summary
Fields inherited from interface StateMachine
ERROR -
Method Summary
-
Method Details
-
getStartState
- Specified by:
getStartStatein interfaceStateMachine<IFlowLabel>
-
transition
public StateMachine.State transition(StateMachine.State prevState, IFlowLabel label) throws IllegalArgumentException - Specified by:
transitionin interfaceStateMachine<IFlowLabel>- Returns:
- the successor state of prevState for the transition labelled label, or
nullif no such transition exists - Throws:
IllegalArgumentException- See Also:
-