Uses of Enum Class
dev.civl.abc.ast.node.IF.omp.OmpExecutableNode.OmpExecutableKind
Packages that use OmpExecutableNode.OmpExecutableKind
Package
Description
The ast.node.omp submodule defines AST nodes for representing
OpenMP constructs, which are specified in
omp pragmas.-
Uses of OmpExecutableNode.OmpExecutableKind in dev.civl.abc.ast.node.IF.omp
Methods in dev.civl.abc.ast.node.IF.omp that return OmpExecutableNode.OmpExecutableKindModifier and TypeMethodDescriptionOmpExecutableNode.ompExecutableKind()Returns the OpenMP statement kind of this node, i.e., either it is a parallel, worksharing or synchronization node.Returns the enum constant of this class with the specified name.static OmpExecutableNode.OmpExecutableKind[]OmpExecutableNode.OmpExecutableKind.values()Returns an array containing the constants of this enum class, in the order they are declared.