Package net.hydromatic.morel.compile
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, callfix()to convert this into aAnalyzer.Use.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateMutableUse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Analyzer.Usefix()(package private) static intmax(Collection<Analyzer.MutableUse> uses)StringtoString()
-
-
-
Method Detail
-
max
static int max(Collection<Analyzer.MutableUse> uses)
-
fix
Analyzer.Use fix()
-
-