Uses of Class
org.intocps.maestro.ast.AParallelBlockStm
-
-
Uses of AParallelBlockStm in org.intocps.maestro.ast
Methods in org.intocps.maestro.ast that return AParallelBlockStm Modifier and Type Method Description AParallelBlockStmAParallelBlockStm. clone()Returns a deep clone of thisAParallelBlockStmnode.AParallelBlockStmAParallelBlockStm. clone(Map<org.intocps.maestro.ast.node.INode,org.intocps.maestro.ast.node.INode> oldToNewMap)Creates a deep clone of thisAParallelBlockStmnode while putting all old node-new node relations in the mapoldToNewMap.
-