public class InterproceduralAnalysis extends Object
ProcedureRegistry for the interaction between the semantics and this class.| Constructor and Description |
|---|
InterproceduralAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerDependency(ProcedureCall procedureCall,
PartialStateSpace dependentPartialStateSpace) |
void |
registerProcedureCall(ProcedureCall procedureCall) |
void |
registerStateSpace(ProcedureCall call,
StateSpace stateSpace) |
void |
run()
the fixpoint iteration
(note that this routine may need to be stopped if it is not able to find
a fixpoint.
|
public void registerStateSpace(ProcedureCall call, StateSpace stateSpace)
public void registerDependency(ProcedureCall procedureCall, PartialStateSpace dependentPartialStateSpace)
public void registerProcedureCall(ProcedureCall procedureCall)
public void run()
Copyright © 2019. All rights reserved.