Package net.hydromatic.morel.compile
Class Analyzer.MutableUse
java.lang.Object
net.hydromatic.morel.compile.Analyzer.MutableUse
- Enclosing class:
Analyzer
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Analyzer.Usefix()(package private) static intmax(Collection<Analyzer.MutableUse> uses) toString()
-
Field Details
-
top
boolean top -
atomic
boolean atomic -
parallel
boolean parallel -
useCount
int useCount
-
-
Constructor Details
-
MutableUse
private MutableUse()
-
-
Method Details
-
max
-
toString
-
fix
Analyzer.Use fix()
-