public abstract class AbstractGrimpIntBinopExpr extends AbstractIntBinopExpr implements Precedence
op1Box, op2Box
Modifier | Constructor and Description |
---|---|
protected |
AbstractGrimpIntBinopExpr(ValueBox op1Box,
ValueBox op2Box) |
|
AbstractGrimpIntBinopExpr(Value op1,
Value op2) |
Modifier and Type | Method and Description |
---|---|
abstract int |
getPrecedence() |
java.lang.String |
toString() |
getType
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