Uses of Interface
dev.civl.abc.ast.node.IF.acsl.AllocationNode
Packages that use AllocationNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of AllocationNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return AllocationNodeModifier and TypeMethodDescriptionNodeFactory.newAllocationNode(Source source, boolean isAllocates, SequenceNode<ExpressionNode> memoryList) Creates a new allocation node, which represents either anallocatesorfreesclause.