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 Summary
ConstructorsConstructorDescriptionProgramHttpWiringOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
-
Constructor Details
-
ProgramHttpWiringOrError
ProgramHttpWiringOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
accept
-