Uses of Enum Class
dev.civl.abc.ast.node.IF.omp.OmpReductionNode.OmpReductionOperator
Packages that use OmpReductionNode.OmpReductionOperator
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 OmpReductionNode.OmpReductionOperator in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF with parameters of type OmpReductionNode.OmpReductionOperatorModifier and TypeMethodDescriptionNodeFactory.newOmpSymbolReductionNode(Source source, OmpReductionNode.OmpReductionOperator operator, SequenceNode<IdentifierExpressionNode> variables) Creates a new OpenMP reduction node with a standard operator. -
Uses of OmpReductionNode.OmpReductionOperator in dev.civl.abc.ast.node.IF.omp
Methods in dev.civl.abc.ast.node.IF.omp that return OmpReductionNode.OmpReductionOperatorModifier and TypeMethodDescriptionOmpSymbolReductionNode.operator()Returns the operator of this node.Returns the enum constant of this class with the specified name.OmpReductionNode.OmpReductionOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.