Uses of Interface
dev.civl.mc.model.IF.contract.FunctionContract
Packages that use FunctionContract
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
-
Uses of FunctionContract in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return FunctionContractModifier and TypeMethodDescriptionCIVLFunction.functionContract()returns the contract specification of this function.Methods in dev.civl.mc.model.IF with parameters of type FunctionContractModifier and TypeMethodDescriptionvoidCIVLFunction.setFunctionContract(FunctionContract contract) sets the contract of this function. -
Uses of FunctionContract in dev.civl.mc.model.IF.contract
Methods in dev.civl.mc.model.IF.contract that return FunctionContractModifier and TypeMethodDescriptionContractFactory.newFunctionContract(CIVLSource source, Scope scope) Creates a new function contract.