CName

wvlet.airframe.surface.CName$
See theCName companion class
object CName

Utility for managing names written in different spellings. For example, variable name localAddress can be written as "local address", "local_address", etc.

CanonicalName is the representative name of these variants.

 CName("localAddress") == CName("local address") == CName("local_address") 

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CName.type

Members list

Concise view

Value members

Concrete methods

def apply(name: String): CName
def toCanonicalName(paramName: String): String
def toNaturalName(varName: String): String