Uses of Enum Class
dev.civl.abc.ast.node.IF.omp.OmpEndNode.OmpEndType
Packages that use OmpEndNode.OmpEndType
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 OmpEndNode.OmpEndType in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF with parameters of type OmpEndNode.OmpEndTypeModifier and TypeMethodDescriptionNodeFactory.newOmpFortranEndNode(Source source, OmpEndNode.OmpEndType endType) FORTRAN ONLY
Creates a new OpenMP END node with its type, which indicates what previous OpenMP executable struct should end. -
Uses of OmpEndNode.OmpEndType in dev.civl.abc.ast.node.IF.omp
Methods in dev.civl.abc.ast.node.IF.omp that return OmpEndNode.OmpEndTypeModifier and TypeMethodDescriptionOmpEndNode.ompEndType()static OmpEndNode.OmpEndTypeReturns the enum constant of this class with the specified name.static OmpEndNode.OmpEndType[]OmpEndNode.OmpEndType.values()Returns an array containing the constants of this enum class, in the order they are declared.