public class InternalProcedureCall extends SceneObject implements ProcedureCall
| Constructor and Description |
|---|
InternalProcedureCall(Method method,
HeapConfiguration precondition,
StateSpaceGeneratorFactory factory,
ProcedureRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object otherOject) |
StateSpace |
execute()
generates the stateSpace,
registers it in the InterprocedureAnalysis as result of this call
and adds the generated contracts to the method.
|
ProgramState |
getInput() |
Method |
getMethod() |
int |
hashCode() |
String |
toString() |
scenepublic InternalProcedureCall(Method method, HeapConfiguration precondition, StateSpaceGeneratorFactory factory, ProcedureRegistry registry)
public StateSpace execute()
ProcedureCallexecute in interface ProcedureCallpublic Method getMethod()
getMethod in interface ProcedureCallpublic ProgramState getInput()
getInput in interface ProcedureCallCopyright © 2018. All rights reserved.