Package | Description |
---|---|
heros.fieldsens |
Modifier and Type | Method and Description |
---|---|
FlowFunction<FieldRef,F,Stmt,Method> |
FlowFunctions.getCallFlowFunction(Stmt callStmt,
Method destinationMethod)
Returns the flow function that computes the flow for a call statement.
|
FlowFunction<FieldRef,F,Stmt,Method> |
FlowFunctions.getCallToReturnFlowFunction(Stmt callSite,
Stmt returnSite)
Returns the flow function that computes the flow from a call site to a
successor statement just after the call.
|
FlowFunction<FieldRef,F,Stmt,Method> |
FlowFunctions.getNormalFlowFunction(Stmt curr)
Returns the flow function that computes the flow for a normal statement,
i.e., a statement that is neither a call nor an exit statement.
|
FlowFunction<FieldRef,F,Stmt,Method> |
FlowFunctions.getReturnFlowFunction(Stmt callSite,
Method calleeMethod,
Stmt exitStmt,
Stmt returnSite)
Returns the flow function that computes the flow for a an exit from a
method.
|
Copyright © 2021 Secure Software Engineering Group - University of Paderborn. All rights reserved.