Uses of Enum Class
dev.civl.mc.model.IF.CIVLException.Certainty
Packages that use CIVLException.Certainty
Package
Description
Module log provides the data structure for logging errors during verification.
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
Module state is responsible for the creation and manipulation of
states of a CIVL model.
-
Uses of CIVLException.Certainty in dev.civl.mc.log.IF
Methods in dev.civl.mc.log.IF that return CIVLException.CertaintyConstructors in dev.civl.mc.log.IF with parameters of type CIVLException.CertaintyModifierConstructorDescriptionCIVLExecutionException(CIVLProperty property, CIVLException.Certainty certainty, String message, State state) Constructs new CIVLExecutionException with no associated process.CIVLExecutionException(CIVLProperty property, CIVLException.Certainty certainty, String message, State state, CIVLSource source) Constructs new CIVLExecutionException with no associated process.CIVLExecutionException(CIVLProperty property, CIVLException.Certainty certainty, String process, String message, State state, int pid, CIVLSource source) Constructs a new CIVLExecutionException with an associated process.CIVLExecutionException(CIVLProperty property, CIVLException.Certainty certainty, String process, String message, State state, int pid, CIVLSource source, StringBuffer stateString) Constructs a new CIVLExecutionException with an associated process and stateString. -
Uses of CIVLException.Certainty in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return CIVLException.CertaintyModifier and TypeMethodDescriptionstatic CIVLException.CertaintyReturns the enum constant of this class with the specified name.static CIVLException.Certainty[]CIVLException.Certainty.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CIVLException.Certainty in dev.civl.mc.state.IF
Fields in dev.civl.mc.state.IF declared as CIVLException.CertaintyMethods in dev.civl.mc.state.IF that return CIVLException.CertaintyConstructors in dev.civl.mc.state.IF with parameters of type CIVLException.CertaintyModifierConstructorDescriptionCIVLHeapException(CIVLProperty property, CIVLException.Certainty certainty, State state, String dyscopeName, int dyscopeID, dev.civl.sarl.IF.expr.SymbolicExpression heapValue, int fieldID, int objectID, CIVLHeapException.HeapErrorKind heapError, CIVLSource source) CIVLHeapException(CIVLProperty property, CIVLException.Certainty certainty, State state, String dyscopeName, int dyscopeID, dev.civl.sarl.IF.expr.SymbolicExpression heapValue, CIVLHeapException.HeapErrorKind heapError, CIVLSource source) CIVLStateException(CIVLProperty property, CIVLException.Certainty certainty, String message, State state, CIVLSource source)