Uses of Class
org.intocps.maestro.ast.AGreaterEqualBinaryExp
-
Uses of AGreaterEqualBinaryExp in org.intocps.maestro.ast
Methods in org.intocps.maestro.ast that return AGreaterEqualBinaryExpModifier and TypeMethodDescriptionAGreaterEqualBinaryExp.clone()Returns a deep clone of thisAGreaterEqualBinaryExpnode.AGreaterEqualBinaryExp.clone(Map<org.intocps.maestro.ast.node.INode, org.intocps.maestro.ast.node.INode> oldToNewMap) Creates a deep clone of thisAGreaterEqualBinaryExpnode while putting all old node-new node relations in the mapoldToNewMap.static AGreaterEqualBinaryExpMableAstFactory.newAGreaterEqualBinaryExp(org.intocps.maestro.ast.node.PExp left, org.intocps.maestro.ast.node.PExp right)