public abstract class AbstractGrimpIntLongBinopExpr extends AbstractIntLongBinopExpr implements Precedence
op1Box, op2Box| Modifier | Constructor and Description |
|---|---|
protected |
AbstractGrimpIntLongBinopExpr(ValueBox op1Box,
ValueBox op2Box) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getPrecedence() |
java.lang.String |
toString() |
getType, isIntLikeTypeclone, equivHashCode, equivTo, getOp1, getOp1Box, getOp2, getOp2Box, getSymbol, getUseBoxes, setOp1, setOp2, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplypublic abstract int getPrecedence()
getPrecedence in interface Precedencepublic java.lang.String toString()
toString in class AbstractBinopExpr