public abstract class OpN extends OpBase
Modifier and Type | Method and Description |
---|---|
void |
add(Op op)
Accumulate an op in the OpN.
|
abstract Op |
apply(Transform transform,
List<Op> elts) |
abstract OpN |
copy(List<Op> elts) |
Op |
get(int idx) |
List<Op> |
getElements() |
int |
hashCode() |
Iterator<Op> |
iterator() |
int |
size() |
equals, equalTo, output, output
toString, toString
toString
Licenced under the Apache License, Version 2.0