Class ProgramHttpWiringOrError

java.lang.Object
org.ek9lang.compiler.phase5.ProgramHttpWiringOrError
All Implemented Interfaces:
Consumer<org.antlr.v4.runtime.tree.ParseTree>

final class ProgramHttpWiringOrError extends Object implements Consumer<org.antlr.v4.runtime.tree.ParseTree>
Validates that program HTTP wiring is consistent with application service registrations.
  • E12021: Program has HTTP but linked application has no service registrations
  • E12022: Program has HTTP but no 'with application of' linkage
  • E12023: Program creates more than one HTTP instance
  • Constructor Details

  • Method Details

    • accept

      public void accept(org.antlr.v4.runtime.tree.ParseTree ctx)
      Specified by:
      accept in interface Consumer<org.antlr.v4.runtime.tree.ParseTree>