Package

scaps

nucleus

Permalink

package nucleus

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. nucleus
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Batch extends AnyRef

    Permalink
  2. sealed trait Definition extends AnyRef

    Permalink
  3. sealed trait Document extends AnyRef

    Permalink
  4. trait IndexAccess extends AnyRef

    Permalink
  5. case class IndexSettings() extends Product with Serializable

    Permalink
  6. case class LanguageSettings(topTypePattern: Pattern, bottomTypePattern: Pattern, repeatedType: Option[String], functionTypePattern: Pattern) extends Product with Serializable

    Permalink
  7. case class MetaDoc(keys: List[String], data: Array[Byte], source: String) extends Document with Product with Serializable

    Permalink
  8. case class QuerySettings(penaltyWeight: Double, depthBoostWeight: Double, distanceBoostWeight: Double, typeFrequencyWeight: Double, fingerprintFrequencyCutoff: Double, explainScores: Boolean) extends Product with Serializable

    Permalink
  9. class Scaps extends AnyRef

    Permalink
  10. case class Settings(language: LanguageSettings, index: IndexSettings, query: QuerySettings) extends Product with Serializable

    Permalink
  11. implicit class TraversableOps[A] extends AnyRef

    Permalink
  12. case class Type(params: List[TypeParam], ref: TypeRef) extends Product with Serializable

    Permalink
  13. case class TypeDef(tpe: Type, supertypes: List[TypeRef], source: String) extends Definition with Product with Serializable

    Permalink
  14. case class TypeParam(name: String, variance: Option[Variance], lowerBound: Option[TypeRef], upperBound: Option[TypeRef]) extends Product with Serializable

    Permalink
  15. case class TypeRef(variance: Variance, name: String, args: List[TypeRef]) extends Product with Serializable

    Permalink
  16. case class ValueDef(name: String, tpe: Type, isImplicit: Boolean, source: String) extends Definition with Product with Serializable

    Permalink
  17. case class ValueDoc(name: String, keys: List[String], data: Array[Byte], source: String) extends Document with Product with Serializable

    Permalink
  18. sealed trait Variance extends AnyRef

    Permalink

Value Members

  1. object Contravariant extends Variance with Product with Serializable

    Permalink
  2. object Covariant extends Variance with Product with Serializable

    Permalink
  3. object IndexSettings extends Serializable

    Permalink
  4. object Invariant extends Variance with Product with Serializable

    Permalink
  5. object QuerySettings extends Serializable

    Permalink
  6. object Settings extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped