Uses of Enum Class
dev.civl.abc.ast.node.IF.omp.OmpAtomicNode.OmpAtomicClause
Packages that use OmpAtomicNode.OmpAtomicClause
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 OmpAtomicNode.OmpAtomicClause in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF with parameters of type OmpAtomicNode.OmpAtomicClauseModifier and TypeMethodDescriptionNodeFactory.newOmpAtomicNode(Source source, StatementNode statement, OmpAtomicNode.OmpAtomicClause clause, boolean seqConsistent) Creates a new OpenMP atomic node, representing#pragma omp atomic.... -
Uses of OmpAtomicNode.OmpAtomicClause in dev.civl.abc.ast.node.IF.omp
Methods in dev.civl.abc.ast.node.IF.omp that return OmpAtomicNode.OmpAtomicClauseModifier and TypeMethodDescriptionOmpAtomicNode.atomicClause()Returns the atomic clause of this OpenMP atomic construct, whether it is READ, WRITE, UPDATE or CAPTUREReturns the enum constant of this class with the specified name.static OmpAtomicNode.OmpAtomicClause[]OmpAtomicNode.OmpAtomicClause.values()Returns an array containing the constants of this enum class, in the order they are declared.