abstract sclass VStackComputableWithStep implements VStack.Computable { public void step(VStack stack, O subComputationResult) { step(stack); } abstract void step(VStack stack); }