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 StackDelta
public StackTypes getConsumed()
getConsumed
in interface StackDelta
public StackTypes getProduced()
getProduced
in interface StackDelta
public long getChange()
getChange
in interface StackDelta
Copyright © 2011-2021. All Rights Reserved.