Uses of Class
org.intocps.maestro.ast.ABasicBlockStm
-
-
Uses of ABasicBlockStm in org.intocps.maestro.ast
Methods in org.intocps.maestro.ast that return ABasicBlockStm Modifier and Type Method Description ABasicBlockStmABasicBlockStm. clone()Returns a deep clone of thisABasicBlockStmnode.ABasicBlockStmABasicBlockStm. clone(Map<org.intocps.maestro.ast.node.INode,org.intocps.maestro.ast.node.INode> oldToNewMap)Creates a deep clone of thisABasicBlockStmnode while putting all old node-new node relations in the mapoldToNewMap.static ABasicBlockStmMableAstFactory. newABlockStm(List<? extends org.intocps.maestro.ast.node.PStm> statements)static ABasicBlockStmMableAstFactory. newABlockStm(org.intocps.maestro.ast.node.PStm... statements)Methods in org.intocps.maestro.ast with parameters of type ABasicBlockStm Modifier and Type Method Description static org.intocps.maestro.ast.node.ATryStmMableAstFactory. newTry(ABasicBlockStm bodyStm, ABasicBlockStm finallyStm)
-