java.lang.Object
org.aya.resolve.module.CachedModuleLoader<ML>
- 所有已实现的接口:
ModuleLoader
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明@Nullable ResolveInfoload(@NotNull kala.collection.immutable.ImmutableSeq<String> path, @NotNull ModuleLoader recurseLoader) @NotNull org.aya.util.reporter.Reporterreporter()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.aya.resolve.module.ModuleLoader
load, resolveModule, tyckModule, tyckModule
-
字段详细资料
-
loader
-
-
构造器详细资料
-
CachedModuleLoader
-
-
方法详细资料
-
reporter
@NotNull public @NotNull org.aya.util.reporter.Reporter reporter()- 指定者:
reporter在接口中ModuleLoader
-
load
@Nullable public @Nullable ResolveInfo load(@NotNull @NotNull kala.collection.immutable.ImmutableSeq<String> path, @NotNull @NotNull ModuleLoader recurseLoader) - 指定者:
load在接口中ModuleLoader
-