Uses of Interface
dev.civl.abc.ast.node.IF.omp.OmpEndNode
Packages that use OmpEndNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of OmpEndNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return OmpEndNodeModifier 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.