Uses of Interface
dev.civl.abc.ast.node.IF.omp.OmpParallelNode
Packages that use OmpParallelNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of OmpParallelNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return OmpParallelNodeModifier and TypeMethodDescriptionNodeFactory.newOmpParallelNode(Source source, StatementNode statement) Creates a new OpenMP parallel node, representing#pragma omp parallel....