Uses of Enum Class
dev.civl.abc.ast.node.IF.omp.OmpWorksharingNode.OmpWorksharingNodeKind
Packages that use OmpWorksharingNode.OmpWorksharingNodeKind
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.OmpWorksharingNodeKind in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF with parameters of type OmpWorksharingNode.OmpWorksharingNodeKindModifier and TypeMethodDescriptionNodeFactory.newWorksharingNode(Source source, OmpWorksharingNode.OmpWorksharingNodeKind kind) Creates a new OpenMP worksharing node with a specific kind. -
Uses of OmpWorksharingNode.OmpWorksharingNodeKind in dev.civl.abc.ast.node.IF.omp
Methods in dev.civl.abc.ast.node.IF.omp that return OmpWorksharingNode.OmpWorksharingNodeKindModifier and TypeMethodDescriptionOmpWorksharingNode.ompWorkshareNodeKind()Returns the kind of this worksharing node.Returns the enum constant of this class with the specified name.OmpWorksharingNode.OmpWorksharingNodeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.