public class OpConditional extends Op2
Constructor and Description |
---|
OpConditional(Op left,
Op right) |
Modifier and Type | Method and Description |
---|---|
Op |
apply(Transform transform,
Op left,
Op right) |
Op2 |
copy(Op newLeft,
Op newRight) |
boolean |
equalTo(Op op2,
NodeIsomorphismMap labelMap) |
String |
getName() |
void |
visit(OpVisitor opVisitor) |
toString, toString
toString
public void visit(OpVisitor opVisitor)
public boolean equalTo(Op op2, NodeIsomorphismMap labelMap)
public String getName()
Licenced under the Apache License, Version 2.0