Class ModuleScope


public class ModuleScope extends BlockScope
  • Field Details

  • Constructor Details

  • Method Details

    • problemReporter

      public ProblemReporter problemReporter()
      Answer the problem reporter to use for raising new problems. Note that as a side-effect, this updates the current reference context (here: module declaration) in case the problem handler decides it is necessary to abort.
      Overrides:
      problemReporter in class BlockScope