
org.pantsbuild.zinc.compiler.native-image-substitutions.Substitutions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zinc-compiler-native-image-substitutions Show documentation
Show all versions of zinc-compiler-native-image-substitutions Show documentation
Native-image substitutions for Zinc.
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