Uses of Enum Class
dev.civl.abc.ast.node.IF.acsl.MemoryEventNode.MemoryEventNodeKind
Packages that use MemoryEventNode.MemoryEventNodeKind
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of MemoryEventNode.MemoryEventNodeKind in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF with parameters of type MemoryEventNode.MemoryEventNodeKindModifier and TypeMethodDescriptionNodeFactory.newMemoryEventNode(Source source, MemoryEventNode.MemoryEventNodeKind kind, SequenceNode<ExpressionNode> memoryList) creates a new memory event node, which could be either\read,writeorreach. -
Uses of MemoryEventNode.MemoryEventNodeKind in dev.civl.abc.ast.node.IF.acsl
Methods in dev.civl.abc.ast.node.IF.acsl that return MemoryEventNode.MemoryEventNodeKindModifier and TypeMethodDescriptionMemoryEventNode.memoryEventKind()Returns the enum constant of this class with the specified name.static MemoryEventNode.MemoryEventNodeKind[]MemoryEventNode.MemoryEventNodeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.