public class OpUnion extends Op2
Modifier and Type | Method and Description |
---|---|
Op |
apply(Transform transform,
Op left,
Op right) |
Op2 |
copy(Op newLeft,
Op newRight) |
static Op |
create(Op left,
Op right)
Create a union, dropping any nulls.
|
boolean |
equalTo(Op op2,
NodeIsomorphismMap labelMap) |
String |
getName() |
void |
visit(OpVisitor opVisitor) |
toString, toString
toString
Licenced under the Apache License, Version 2.0