ScalaName

case
class ScalaName(emptyPackage: Boolean, xs: Seq[String])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def /(name: String): ScalaName
def fullName: String
def fullNameWithMaybeRoot(context: Descriptor): String
def fullNameWithMaybeRoot(contextNames: Seq[String]): String
def name: String
def nameRelative(levels: Int): String
def nameSymbol: String
def sibling(name: String): ScalaName

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product