AbortOperator |
The AbortOperator defines whether the analysis should terminate upon encountering a
specific abstract state.
|
AbstractState<StateT extends AbstractState<StateT>> |
|
CallEdge |
This interface must be implemented by edges representing a procedure call.
|
CfaEdge<CfaNodeT extends CfaNode> |
An edge for Cfa parametrized by its nodes
CfaNodeT .
|
CfaNode<CfaEdgeT extends CfaEdge,SignatureT extends Signature> |
A node for Cfa parametrized by its edges CfaEdgeT .
|
ConfigurableProgramAnalysis<StateT extends AbstractState<StateT>> |
|
MergeOperator<StateT extends AbstractState<StateT>> |
|
Precision |
|
PrecisionAdjustment |
|
ProgramLocationDependent |
|
ProgramLocationDependentBackwardTransferRelation<ContentT extends AbstractState<ContentT>> |
An interface for TransferRelation s that depend on the Cfa location for which the successor can be defined for the
entering edges of the current location.
|
ProgramLocationDependentForwardTransferRelation<ContentT extends AbstractState<ContentT>> |
An interface for TransferRelation s that depend on the Cfa location for which the successor can be defined for the
leaving edges of the current location.
|
ProgramLocationDependentTransferRelation<ContentT extends AbstractState<ContentT>> |
An interface for TransferRelation s that depend on the Cfa location for which the successor can be defined for the edges
of the current location.
|
ReachedSet<StateT extends AbstractState<StateT>> |
|
StopOperator<StateT extends AbstractState<StateT>> |
|
TransferRelation<StateT extends AbstractState<StateT>> |
|
Waitlist<StateT extends AbstractState<StateT>> |
|