Uses of Interface
dev.civl.abc.ast.node.IF.acsl.MemoryEventNode
Packages that use MemoryEventNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of MemoryEventNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return MemoryEventNodeModifier 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 in dev.civl.abc.ast.node.IF.acsl
Methods in dev.civl.abc.ast.node.IF.acsl that return MemoryEventNode