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