java.lang.Object
org.aya.cli.utils.CompilerUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intcatching(@NotNull org.aya.util.reporter.CountingReporter reporter, @NotNull CompilerFlags flags, @NotNull kala.function.CheckedRunnable<IOException> block) static voidsaveCompiledCore(@NotNull Path coreFile, @NotNull org.aya.resolve.ResolveInfo resolveInfo, @NotNull kala.collection.immutable.ImmutableSeq<org.aya.core.def.GenericDef> defs, org.aya.core.serde.Serializer.State state)
-
Constructor Details
-
CompilerUtil
public CompilerUtil()
-
-
Method Details
-
catching
public static int catching(@NotNull @NotNull org.aya.util.reporter.CountingReporter reporter, @NotNull @NotNull CompilerFlags flags, @NotNull @NotNull kala.function.CheckedRunnable<IOException> block) throws IOException - Throws:
IOException
-
saveCompiledCore
public static void saveCompiledCore(@NotNull @NotNull Path coreFile, @NotNull @NotNull org.aya.resolve.ResolveInfo resolveInfo, @NotNull @NotNull kala.collection.immutable.ImmutableSeq<org.aya.core.def.GenericDef> defs, @NotNull org.aya.core.serde.Serializer.State state) throws IOException - Throws:
IOException
-