Uses of Enum Class
dev.civl.abc.ast.node.IF.omp.OmpReductionNode.OmpReductionNodeKind
Packages that use OmpReductionNode.OmpReductionNodeKind
Package
Description
The ast.node.omp submodule defines AST nodes for representing
OpenMP constructs, which are specified in
omp pragmas.-
Uses of OmpReductionNode.OmpReductionNodeKind in dev.civl.abc.ast.node.IF.omp
Methods in dev.civl.abc.ast.node.IF.omp that return OmpReductionNode.OmpReductionNodeKindModifier and TypeMethodDescriptionOmpReductionNode.ompReductionOperatorNodeKind()Returns the kind of this reduction clause.Returns the enum constant of this class with the specified name.OmpReductionNode.OmpReductionNodeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.