Interface StackDelta
-
- All Known Implementing Classes:
StackDeltaImpl
public interface StackDelta
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetChange()StackTypesgetConsumed()StackTypesgetProduced()booleanisNoOp()
-
-
-
Method Detail
-
isNoOp
boolean isNoOp()
-
getConsumed
StackTypes getConsumed()
-
getProduced
StackTypes getProduced()
-
getChange
long getChange()
-
-