Uses of Enum Class
dev.civl.abc.ast.node.IF.acsl.ContractNode.ContractKind
Packages that use ContractNode.ContractKind
-
Uses of ContractNode.ContractKind in dev.civl.abc.ast.node.IF.acsl
Methods in dev.civl.abc.ast.node.IF.acsl that return ContractNode.ContractKindModifier and TypeMethodDescriptionContractNode.contractKind()The kind of this contract node.static ContractNode.ContractKindReturns the enum constant of this class with the specified name.static ContractNode.ContractKind[]ContractNode.ContractKind.values()Returns an array containing the constants of this enum class, in the order they are declared.