Uses of Enum Class
dev.civl.abc.ast.node.IF.omp.OmpForNode.OmpScheduleKind
Packages that use OmpForNode.OmpScheduleKind
Package
Description
The ast.node.omp submodule defines AST nodes for representing
OpenMP constructs, which are specified in
omp pragmas.-
Uses of OmpForNode.OmpScheduleKind in dev.civl.abc.ast.node.IF.omp
Methods in dev.civl.abc.ast.node.IF.omp that return OmpForNode.OmpScheduleKindModifier and TypeMethodDescriptionOmpForNode.schedule()Returns the schedule kind of the loop construct.static OmpForNode.OmpScheduleKindReturns the enum constant of this class with the specified name.static OmpForNode.OmpScheduleKind[]OmpForNode.OmpScheduleKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.civl.abc.ast.node.IF.omp with parameters of type OmpForNode.OmpScheduleKindModifier and TypeMethodDescriptionvoidOmpForNode.setSchedule(OmpForNode.OmpScheduleKind ompScheduleKind) Updates the schedule kind of this loop construct.