case class LocalName(steps: List[LNStep]) extends SlashFunctions[LocalName] with Product with Serializable
A LocalName represents a local MMT symbol-level declarations (relative to a module).
- steps
the list of (in MMT: slash-separated) components
- Source
- Path.scala
- Alphabetic
- By Inheritance
- LocalName
- Serializable
- Serializable
- Product
- Equals
- SlashFunctions
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
/(n: LocalName): LocalName
- Definition Classes
- LocalName → SlashFunctions
-
def
/(n: LNStep): LocalName
- Definition Classes
- SlashFunctions
-
def
/(n: String): LocalName
- Definition Classes
- SlashFunctions
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
dropComplex: LocalName
removes all complex steps; possibly ambiguous, but often much nicer for priting/parsing
-
def
dropPrefix(p: LocalName): Option[LocalName]
- returns
if this == p / l, then Some(l), else None
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
id: Sub
the identity substitution this->this
- def init: LocalName
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
prefixes: List[LocalName]
returns the list of all prefixes of this name, from atomic to this one
-
def
simplify: LocalName
removes repeated complex steps, keeping the later one
- val steps: List[LNStep]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toPath: String
machine-oriented string representation of this name, parsable and official
- def toStr(implicit shortURIs: Boolean): String
-
def
toString(): String
human-oriented string representation of this name, no encoding, possibly shortened
human-oriented string representation of this name, no encoding, possibly shortened
- Definition Classes
- LocalName → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()