Uses of Interface
dev.civl.abc.ast.node.IF.omp.OmpWorksharingNode
Packages that use OmpWorksharingNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
The ast.node.omp submodule defines AST nodes for representing
OpenMP constructs, which are specified in
omp pragmas.-
Uses of OmpWorksharingNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return OmpWorksharingNodeModifier and TypeMethodDescriptionNodeFactory.newOmpSectionNode(Source source, StatementNode statement) Creates a new OpenMP section node, representing#pragma omp section....NodeFactory.newOmpSectionsNode(Source source, StatementNode statement) Creates a new OpenMP sections node, representing#pragma omp sections....NodeFactory.newOmpSingleNode(Source source, StatementNode statement) Creates a new OpenMP single node, representing#pragma omp single....NodeFactory.newWorksharingNode(Source source, OmpWorksharingNode.OmpWorksharingNodeKind kind) Creates a new OpenMP worksharing node with a specific kind. -
Uses of OmpWorksharingNode in dev.civl.abc.ast.node.IF.omp
Subinterfaces of OmpWorksharingNode in dev.civl.abc.ast.node.IF.ompModifier and TypeInterfaceDescriptioninterfaceThis interface represents the OpenMP loop construct.