QName

morphir.ir.QName
object QName

Generated based on IR.QName

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
QName.type

Members list

Type members

Classlikes

final case class QName(arg1: Path, arg2: Name)

Attributes

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

Value members

Concrete methods

def _toString: QName => String
def fromName(modulePath: Path)(localName: Name): QName
def fromString(qNameString: String): Maybe[QName]
def fromTuple: ((Path, Name)) => QName
def toTuple: QName => (Path, Name)