public class NoOpRebuildOperator extends java.lang.Object implements RebuildOperator
RebuildOperator returns the original AbstractState without performing any rebuilding.| Constructor and Description |
|---|
NoOpRebuildOperator() |
| Modifier and Type | Method and Description |
|---|---|
AbstractState |
rebuild(AbstractState predecessorCallState,
AbstractState expandedOutputState)
Performs the rebuilding of the return state.
|
public AbstractState rebuild(AbstractState predecessorCallState, AbstractState expandedOutputState)
RebuildOperatorrebuild in interface RebuildOperatorpredecessorCallState - the state of the caller at the moment of the procedure callexpandedOutputState - the output of ExpandOperator