| Package | Description |
|---|---|
| com.ibm.wala.demandpa.alg | |
| com.ibm.wala.demandpa.alg.statemachine |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextSensitiveStateMachine
A state machine for tracking calling context during a points-to query.
|
class |
IntraProcFilter
State machine that only allows intraprocedural paths.
|
| Modifier and Type | Method and Description |
|---|---|
StateMachine<IFlowLabel> |
IntraProcFilter.Factory.make() |
StateMachine<IFlowLabel> |
ContextSensitiveStateMachine.Factory.make() |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyStateMachine<T>
A dummy state machine with a single, non-error state.
|
| Modifier and Type | Method and Description |
|---|---|
StateMachine<T> |
StateMachineFactory.make() |
StateMachine<T> |
DummyStateMachine.Factory.make() |
Copyright © 2015. All rights reserved.