protected boolean isStep(Block inType) {
   return inType != null && (inType.b() == 10 || inType instanceof BlockStepAbstract);
 }