Uses of Enum Class
dev.civl.mc.state.IF.CIVLHeapException.HeapErrorKind
Packages that use CIVLHeapException.HeapErrorKind
Package
Description
Module state is responsible for the creation and manipulation of
states of a CIVL model.
-
Uses of CIVLHeapException.HeapErrorKind in dev.civl.mc.state.IF
Methods in dev.civl.mc.state.IF that return CIVLHeapException.HeapErrorKindModifier and TypeMethodDescriptionCIVLHeapException.heapErrorKind()Returns the enum constant of this class with the specified name.static CIVLHeapException.HeapErrorKind[]CIVLHeapException.HeapErrorKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in dev.civl.mc.state.IF with type arguments of type CIVLHeapException.HeapErrorKindModifier and TypeMethodDescriptionStateFactory.canonic(State state, boolean collectProcesses, boolean collectScopes, boolean collectHeaps, boolean collectSymbolicConstants, boolean simplify, Set<CIVLHeapException.HeapErrorKind> toBeIgnored) Return the "canonical" version of the given state.StateFactory.collectHeaps(State state, Set<CIVLHeapException.HeapErrorKind> toBeIgnored) Performs a garbage collection and canonicalization of heaps.StateFactory.collectScopes(State state, Set<CIVLHeapException.HeapErrorKind> toBeIgnored) Performs a garbage collection and canonicalization of dynamic scopes.Constructors in dev.civl.mc.state.IF with parameters of type CIVLHeapException.HeapErrorKindModifierConstructorDescriptionCIVLHeapException(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)