dotty.tools.pc.utils.TermNameInference
Helpers for generating variable names based on the desired types.
Attributes
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Self type
-
Members list
Names from lower case letters (OnDemandSymbolIndex
=> onDemandSymbolIndex
, onDemandSymbolIndex1
, ...)
Names from lower case letters (OnDemandSymbolIndex
=> onDemandSymbolIndex
, onDemandSymbolIndex1
, ...)
Attributes
A lazy list of names: a, b, ..., z, aa, ab, ..., az, ba, bb, ...
A lazy list of names: a, b, ..., z, aa, ab, ..., az, ba, bb, ...
Attributes
Names only from upper case letters (OnDemandSymbolIndex
=> odsi
, odsi1
, odsi2
, ...)
Names only from upper case letters (OnDemandSymbolIndex
=> odsi
, odsi1
, odsi2
, ...)
Attributes
Single character names for types. (Int
=> i
, i1
, i2
, ...)
Single character names for types. (Int
=> i
, i1
, i2
, ...)
Attributes