public static class InniArm.OpArray
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected class |
InniArm.OpArray.Dummy
used to workaround Java's "same type erasure"
for constructors for OpImpl and similars one for OpProxy.
|
Constructor and Description |
---|
OpArray(java.util.ArrayList<OpImpl> opsList,
InniArm.OpArray.Dummy... dummy) |
OpArray(java.util.ArrayList<OpProxy> opsList) |
OpArray(java.util.ArrayList<Quantifiers> quantsList,
java.util.ArrayList<OpImpl> opsList) |
OpArray(java.util.ArrayList<Quantifiers> quantsList,
java.util.ArrayList<OpProxy> opsList,
InniArm.OpArray.Dummy... dummy) |
OpArray(OpImpl[] ops) |
OpArray(OpProxy[] ops) |
OpArray(Quantifiers[] quantsArray,
OpImpl[] ops) |
OpArray(Quantifiers[] quantsArray,
OpProxy[] ops) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkOps() |
protected void |
checkQuantifiers() |
public OpArray(Quantifiers[] quantsArray, OpImpl[] ops)
public OpArray(java.util.ArrayList<Quantifiers> quantsList, java.util.ArrayList<OpImpl> opsList)
public OpArray(OpImpl[] ops)
public OpArray(java.util.ArrayList<OpImpl> opsList, InniArm.OpArray.Dummy... dummy)
public OpArray(Quantifiers[] quantsArray, OpProxy[] ops)
public OpArray(java.util.ArrayList<Quantifiers> quantsList, java.util.ArrayList<OpProxy> opsList, InniArm.OpArray.Dummy... dummy)
public OpArray(OpProxy[] ops)
public OpArray(java.util.ArrayList<OpProxy> opsList)