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