public class Translation<O> extends BinaryExpression<Translatable<? extends O>,Vector<?,?>,O>
| Constructor and Description |
|---|
Translation(Expression<? extends Translatable<? extends O>> firstOperand,
Expression<? extends Vector<?,?>> secondOperand) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
evaluate, getFirstOperand, getSecondOperandgetValue, invalidationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitanonymize, decoupleValue, immutable, over, overpublic Translation(Expression<? extends Translatable<? extends O>> firstOperand, Expression<? extends Vector<?,?>> secondOperand)