ScalaName

scalapb.compiler.DescriptorImplicits.ScalaName
case class ScalaName(emptyPackage: Boolean, xs: Seq[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def /(name: String): ScalaName
def fullName: String
def fullNameWithMaybeRoot: 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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product