Module dev.civl.mc
Package dev.civl.mc.model.IF.expression
Enum Class MPIContractExpression.MPI_CONTRACT_EXPRESSION_KIND
java.lang.Object
java.lang.Enum<MPIContractExpression.MPI_CONTRACT_EXPRESSION_KIND>
dev.civl.mc.model.IF.expression.MPIContractExpression.MPI_CONTRACT_EXPRESSION_KIND
- All Implemented Interfaces:
Serializable,Comparable<MPIContractExpression.MPI_CONTRACT_EXPRESSION_KIND>,Constable
- Enclosing interface:
MPIContractExpression
public static enum MPIContractExpression.MPI_CONTRACT_EXPRESSION_KIND
extends Enum<MPIContractExpression.MPI_CONTRACT_EXPRESSION_KIND>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe expression in CIVL model representing the \mpi_agree expression in ACSL annotations:The expression in CIVL model representing the \mpi_equals expression in ACSL annotations:The expression in CIVL model representing the \mpi_extent expression in ACSL annotations:The expression in CIVL model representing the \mpi_offset expression in ACSL annotations:The expression in CIVL model representing the \mpi_region expression in ACSL annotations:The expression in CIVL model representing the \mpi_valid expression in ACSL annotations: -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MPI_AGREE
The expression in CIVL model representing the \mpi_agree expression in ACSL annotations: -
MPI_EQUALS
The expression in CIVL model representing the \mpi_equals expression in ACSL annotations: -
MPI_EXTENT
The expression in CIVL model representing the \mpi_extent expression in ACSL annotations: -
MPI_OFFSET
The expression in CIVL model representing the \mpi_offset expression in ACSL annotations: -
MPI_REGION
The expression in CIVL model representing the \mpi_region expression in ACSL annotations: -
MPI_VALID
The expression in CIVL model representing the \mpi_valid expression in ACSL annotations:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-