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