org.aya.resolve.module.ModuleCallback Maven / Gradle / Ivy
// Copyright (c) 2020-2024 Tesla (Yinsen) Zhang.
// Use of this source code is governed by the MIT license that can be found in the LICENSE.md file.
package org.aya.resolve.module;
import kala.collection.immutable.ImmutableSeq;
import org.aya.resolve.ResolveInfo;
import org.aya.syntax.core.def.TyckDef;
import org.jetbrains.annotations.NotNull;
@FunctionalInterface
public interface ModuleCallback {
void onModuleTycked(@NotNull ResolveInfo resolveInfo, @NotNull ImmutableSeq defs)
throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy