Class Analyzer.MutableUse

java.lang.Object
net.hydromatic.morel.compile.Analyzer.MutableUse
Enclosing class:
Analyzer

private static class Analyzer.MutableUse extends Object
Work space where the uses of a binding are counted. When all the uses have been found, call fix() to convert this into a Analyzer.Use.
  • Field Details

    • top

      boolean top
    • atomic

      boolean atomic
    • parallel

      boolean parallel
    • useCount

      int useCount
  • Constructor Details

    • MutableUse

      private MutableUse()
  • Method Details