Module aya.cli.impl

Class InMemoryCompilerAdvisor

java.lang.Object
org.aya.cli.library.incremental.InMemoryCompilerAdvisor
All Implemented Interfaces:
AutoCloseable, CompilerAdvisor

public class InMemoryCompilerAdvisor extends Object implements CompilerAdvisor
  • Field Details

    • coreTimestamp

      @NotNull protected final @NotNull kala.collection.mutable.MutableMap<Path,FileTime> coreTimestamp
    • compiledCore

      @NotNull protected final @NotNull kala.collection.mutable.MutableMap<org.aya.syntax.ref.ModulePath,org.aya.resolve.ResolveInfo> compiledCore
  • Constructor Details

    • InMemoryCompilerAdvisor

      public InMemoryCompilerAdvisor()
  • Method Details