Uses of Class
org.intocps.maestro.ast.ALessBinaryExp
-
-
Uses of ALessBinaryExp in org.intocps.maestro.ast
Methods in org.intocps.maestro.ast that return ALessBinaryExp Modifier and Type Method Description ALessBinaryExpALessBinaryExp. clone()Returns a deep clone of thisALessBinaryExpnode.ALessBinaryExpALessBinaryExp. clone(Map<org.intocps.maestro.ast.node.INode,org.intocps.maestro.ast.node.INode> oldToNewMap)Creates a deep clone of thisALessBinaryExpnode while putting all old node-new node relations in the mapoldToNewMap.static ALessBinaryExpMableAstFactory. newALessBinaryExp(org.intocps.maestro.ast.node.PExp left, org.intocps.maestro.ast.node.PExp right)
-