Uses of Enum Class
dev.civl.abc.ast.node.IF.omp.OmpNode.OmpNodeKind
Packages that use OmpNode.OmpNodeKind
Package
Description
The ast.node.omp submodule defines AST nodes for representing
OpenMP constructs, which are specified in
omp pragmas.-
Uses of OmpNode.OmpNodeKind in dev.civl.abc.ast.node.IF.omp
Methods in dev.civl.abc.ast.node.IF.omp that return OmpNode.OmpNodeKindModifier and TypeMethodDescriptionOmpNode.ompNodeKind()The kind of this OpenMP pragma.static OmpNode.OmpNodeKindReturns the enum constant of this class with the specified name.static OmpNode.OmpNodeKind[]OmpNode.OmpNodeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.