Uses of Class
org.intocps.maestro.ast.ABasicBlockStm
-
Uses of ABasicBlockStm in org.intocps.maestro.ast
Methods in org.intocps.maestro.ast that return ABasicBlockStmModifier and TypeMethodDescriptionABasicBlockStm.clone()Returns a deep clone of thisABasicBlockStmnode.ABasicBlockStm.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 ABasicBlockStmModifier and TypeMethodDescriptionstatic org.intocps.maestro.ast.node.ATryStmMableAstFactory.newTry(ABasicBlockStm bodyStm, ABasicBlockStm finallyStm)