java.lang.Object
org.aya.resolve.module.EmptyModuleLoader
- All Implemented Interfaces:
ModuleLoader
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription@Nullable ResolveInfoload(@NotNull kala.collection.immutable.ImmutableSeq<@NotNull String> path, @NotNull ModuleLoader recurseLoader) @NotNull org.aya.util.reporter.Reporterreporter()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aya.resolve.module.ModuleLoader
load, resolveModule, resolveModule, tyckModule, tyckModule
-
Field Details
-
INSTANCE
-
-
Method Details
-
reporter
@NotNull public @NotNull org.aya.util.reporter.Reporter reporter()- Specified by:
reporterin interfaceModuleLoader
-
load
@Nullable public @Nullable ResolveInfo load(@NotNull @NotNull kala.collection.immutable.ImmutableSeq<@NotNull String> path, @NotNull @NotNull ModuleLoader recurseLoader) - Specified by:
loadin interfaceModuleLoader
-