All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pantsbuild.zinc.compiler.native-image-substitutions.Substitutions Maven / Gradle / Ivy

The newest version!
package org.pantsbuild.zinc.compiler.substitutions.scala.tools.nsc;

// NB: This is necessary to avoid the javadoc task erroring out due to the lack of public classes.
public class Substitutions {}

final class Target_scala_reflect_internal_util_StatisticsStatics {
   static boolean areSomeHotStatsEnabled() {
     return false;
   }
   static boolean areSomeColdStatsEnabled() {
     return false;
   }

  public static void enableColdStats() {
    throw new RuntimeException("Operation unsupported enable cold stats in native scala compiler.");
  }

  public static void disableColdStats() {
    throw new RuntimeException(
      "Operation disable cold stats is unsupported in native scala compiler.");
  }

  public static void enableHotStats() {
    throw new RuntimeException(
      "Operation enable hot stats is unsupported in native scala compiler.");
  }

  public static void disableHotStats() {
    throw new RuntimeException(
      "Operation disable hot stats is unsupported in native scala compiler.");
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy