final class Database extends Mirror with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Database
- Serializable
- Serializable
- Product
- Equals
- Mirror
- AnyRef
- Any
Implicitly
- by XtensionMirrorSources
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Database(entries: collection.immutable.Seq[(Input, Attributes)])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Database, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
canEqual(other: Any): Boolean
- Definition Classes
- Database → Equals
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def copy(entries: collection.immutable.Seq[(Input, Attributes)] = this.entries): Database
- def database: Database
- lazy val denotations: Map[Symbol, Denotation]
- def ensuring(cond: (Database) ⇒ Boolean, msg: ⇒ Any): Database
- def ensuring(cond: (Database) ⇒ Boolean): Database
- def ensuring(cond: Boolean, msg: ⇒ Any): Database
- def ensuring(cond: Boolean): Database
- val entries: collection.immutable.Seq[(Input, Attributes)]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- Database → Equals → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Database → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val messages: collection.immutable.Seq[Message]
- lazy val names: Map[Position, Symbol]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
productArity: Int
- Definition Classes
- Database → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Database → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Database → Product
-
def
productPrefix: String
- Definition Classes
- Database → Product
- def save(targetroot: AbsolutePath, sourceroot: AbsolutePath): Unit
-
def
sources: collection.immutable.Seq[Source]
- Implicit
- This member is added by an implicit conversion from Database to semantic.XtensionMirrorSources performed by method XtensionMirrorSources in scala.meta.semantic.Api.
- Definition Classes
- XtensionMirrorSources
- def structure: String
- lazy val sugars: Map[Position, String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def syntax: String
-
def
toString(): String
- Definition Classes
- Database → 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( ... )
- def →[B](y: B): (Database, B)