public interface PiExpr extends ShimpleExpr
Modifier and Type | Method and Description |
---|---|
ValueUnitPair |
getArgBox() |
Unit |
getCondStmt() |
java.lang.Object |
getTargetKey() |
Value |
getValue() |
void |
setCondStmt(Unit cs) |
void |
setTargetKey(java.lang.Object targetKey) |
void |
setValue(Value v) |
clone, getType, getUseBoxes, toString
apply
equivHashCode, equivTo
clearUnitBoxes, getUnitBoxes
ValueUnitPair getArgBox()
Value getValue()
Unit getCondStmt()
java.lang.Object getTargetKey()
void setValue(Value v)
void setCondStmt(Unit cs)
void setTargetKey(java.lang.Object targetKey)