AbortOperator |
The AbortOperator defines whether the analysis should terminate upon encountering a
specific abstract state.
|
AbstractDomain |
|
AbstractState |
|
Algorithm |
|
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 |
|
MergeOperator |
|
Precision |
|
PrecisionAdjustment |
|
ProgramLocationDependent<CfaNodeT extends CfaNode<CfaEdgeT,SignatureT>,CfaEdgeT extends CfaEdge<CfaNodeT>,SignatureT extends Signature> |
|
ProgramLocationDependentBackwardTransferRelation<CfaNodeT extends CfaNode<CfaEdgeT,SignatureT>,CfaEdgeT extends CfaEdge<CfaNodeT>,SignatureT extends Signature> |
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<CfaNodeT extends CfaNode<CfaEdgeT,SignatureT>,CfaEdgeT extends CfaEdge<CfaNodeT>,SignatureT extends Signature> |
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<CfaNodeT extends CfaNode<CfaEdgeT,SignatureT>,CfaEdgeT extends CfaEdge<CfaNodeT>,SignatureT extends Signature> |
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 |
|
StopOperator |
|
TransferRelation |
|
Waitlist |
|
WrapperTransferRelation |
|