case class SummaryDescriptionJson(types: Map[Int, Set[ProvType]], typeStrings: Map[Int, String], names: Map[String, Int], base: Map[Int, Set[String]], prettyNames: Map[Int, String], prefixes: Map[String, String], nsBase: String) extends Product with Serializable
- Annotations
- @JsonIgnoreProperties()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SummaryDescriptionJson
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val base: Map[Int, Set[String]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getFeatures: Map[String, Int]
- def getFlatTypes(level: Int, allDescriptions: Map[Int, SummaryDescriptionJson]): Map[Int, Set[FlatType]]
- def getFlatTypes: Map[Int, Set[FlatType]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val names: Map[String, Int]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val nsBase: String
- val prefixes: Map[String, String]
- val prettyNames: Map[Int, String]
- def printFlattener2(level: Int, reverseTypes: Map[Set[ProvType], NumberedFlatType]): (Set[_ <: ProvType]) => NumberedFlatType
- def processProvTypes(level: Int, typesMaps: Map[Int, Map[Int, Set[ProvType]]]): Map[Int, Set[FlatType]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def setFeatures(in: Map[String, Int]): Unit
- Annotations
- @unused()
- def setFlatTypes(in: Map[Int, Set[FlatType]]): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val typeStrings: Map[Int, String]
- val types: Map[Int, Set[ProvType]]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)