@Override
 public ReturnType visitTrue() {
   return visitDefault(BooleanConstant.<ConstantType>getTrue());
 }