Class OnDemandIRGenerator

java.lang.Object
org.ek9lang.compiler.phase7.OnDemandIRGenerator

public final class OnDemandIRGenerator extends Object
Public facade for on-demand IR generation from the IDE. Delegates to the package-private IRDfnGenerator so callers outside the phase7 package can generate IR for a single source file without running the full compilation pipeline.
  • Constructor Details

    • OnDemandIRGenerator

      public OnDemandIRGenerator()
  • Method Details