Uses of Interface
dev.civl.abc.ast.node.IF.expression.SpawnNode
Packages that use SpawnNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
The ast.node.expression submodule defines AST nodes
for representing expressions in a program.
-
Uses of SpawnNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return SpawnNodeModifier and TypeMethodDescriptionNodeFactory.newSpawnNode(Source source, FunctionCallNode callNode) Constructs a new CIVL-C spawn expression. -
Uses of SpawnNode in dev.civl.abc.ast.node.IF.expression
Methods in dev.civl.abc.ast.node.IF.expression that return SpawnNode