Uses of Enum Class
dev.civl.abc.ast.node.IF.omp.OmpSyncNode.OmpSyncNodeKind
Packages that use OmpSyncNode.OmpSyncNodeKind
Package
Description
The ast.node.omp submodule defines AST nodes for representing
OpenMP constructs, which are specified in
omp pragmas.-
Uses of OmpSyncNode.OmpSyncNodeKind in dev.civl.abc.ast.node.IF.omp
Methods in dev.civl.abc.ast.node.IF.omp that return OmpSyncNode.OmpSyncNodeKindModifier and TypeMethodDescriptionOmpSyncNode.ompSyncNodeKind()Returns the kind of this OpenMP synchronization construct.static OmpSyncNode.OmpSyncNodeKindReturns the enum constant of this class with the specified name.static OmpSyncNode.OmpSyncNodeKind[]OmpSyncNode.OmpSyncNodeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.