public final class ABinopExpr extends PBinopExpr
Constructor and Description |
---|
ABinopExpr() |
ABinopExpr(PImmediate _left_,
PBinop _binop_,
PImmediate _right_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
Object |
clone() |
PBinop |
getBinop() |
PImmediate |
getLeft() |
PImmediate |
getRight() |
void |
setBinop(PBinop node) |
void |
setLeft(PImmediate node) |
void |
setRight(PImmediate node) |
String |
toString() |
public ABinopExpr()
public ABinopExpr(PImmediate _left_, PBinop _binop_, PImmediate _right_)
public void apply(Switch sw)
public PImmediate getLeft()
public void setLeft(PImmediate node)
public PBinop getBinop()
public void setBinop(PBinop node)
public PImmediate getRight()
public void setRight(PImmediate node)