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 classes/interfaces inherited from interface com.ibm.wala.demandpa.alg.statemachine.StateMachine
StateMachine.State
-
Field Summary
Fields inherited from interface com.ibm.wala.demandpa.alg.statemachine.StateMachine
ERROR
-
Method Summary
-
Method Details
-
getStartState
- Specified by:
getStartState
in interfaceStateMachine<IFlowLabel>
-
transition
public StateMachine.State transition(StateMachine.State prevState, IFlowLabel label) throws IllegalArgumentException - Specified by:
transition
in interfaceStateMachine<IFlowLabel>
- Returns:
- the successor state of prevState for the transition labelled label, or
null
if no such transition exists - Throws:
IllegalArgumentException
- See Also:
-