public class StackDeltaImpl extends Object implements StackDelta
| Constructor and Description |
|---|
StackDeltaImpl(StackTypes consumed,
StackTypes produced) |
| Modifier and Type | Method and Description |
|---|---|
long |
getChange() |
StackTypes |
getConsumed() |
StackTypes |
getProduced() |
boolean |
isNoOp() |
String |
toString() |
public StackDeltaImpl(StackTypes consumed, StackTypes produced)
public boolean isNoOp()
isNoOp in interface StackDeltapublic StackTypes getConsumed()
getConsumed in interface StackDeltapublic StackTypes getProduced()
getProduced in interface StackDeltapublic long getChange()
getChange in interface StackDeltaCopyright © 2011-2021. All Rights Reserved.