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, isIntLikeType
clone, equivHashCode, equivTo, getOp1, getOp1Box, getOp2, getOp2Box, getSymbol, getUseBoxes, setOp1, setOp2, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
apply
public abstract int getPrecedence()
getPrecedence
in interface Precedence
public java.lang.String toString()
toString
in class AbstractBinopExpr