Packages

final class RefMapIn extends serial.RefMapIn[RefMapIn]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RefMapIn
  2. RefMapIn
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RefMapIn(in0: DataInput)

Type Members

  1. type Const = Constant
    Definition Classes
    RefMapInRefMapIn
  2. abstract type E
    Definition Classes
    RefMapIn
  3. type R = MaybeRate
    Definition Classes
    RefMapInRefMapIn
  4. abstract type U
    Definition Classes
    RefMapIn
  5. type Y = SynthGraph
    Definition Classes
    RefMapInRefMapIn

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def in: DataInput
    Definition Classes
    RefMapIn
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def readBoolean(): Boolean
    Definition Classes
    RefMapIn
  16. def readCustomElem(cookie: Char): Any
    Attributes
    protected
    Definition Classes
    RefMapIn
  17. def readCustomProduct(cookie: Char): Product
    Attributes
    protected
    Definition Classes
    RefMapIn
  18. final def readDouble(): Double
    Definition Classes
    RefMapIn
  19. final def readDoubleVec(): IndexedSeq[Double]
    Definition Classes
    RefMapIn
  20. def readElem(): Any
    Definition Classes
    RefMapIn
  21. def readElemWithCookie(cookie: Char): Any
    Attributes
    protected
    Definition Classes
    RefMapIn
  22. final def readFloat(): Float
    Definition Classes
    RefMapIn
  23. final def readFloatVec(): IndexedSeq[Float]
    Definition Classes
    RefMapIn
  24. def readGE(): GE
  25. def readGEDone(): GE with HasDoneFlag
  26. def readGraph(): SynthGraph
  27. def readIdentifiedConst(): Constant
    Attributes
    protected
    Definition Classes
    RefMapInRefMapIn
  28. def readIdentifiedE(): E
    Attributes
    protected
    Definition Classes
    RefMapIn
  29. def readIdentifiedGraph(): SynthGraph
  30. def readIdentifiedR(): MaybeRate
    Attributes
    protected
    Definition Classes
    RefMapInRefMapIn
  31. def readIdentifiedU(): U
    Attributes
    protected
    Definition Classes
    RefMapIn
  32. def readIdentifiedY(): SynthGraph
    Definition Classes
    RefMapInRefMapIn
  33. final def readInt(): Int
    Definition Classes
    RefMapIn
  34. final def readIntVec(): IndexedSeq[Int]
    Definition Classes
    RefMapIn
  35. final def readLong(): Long
    Definition Classes
    RefMapIn
  36. final def readMap[K, V](key: => K, value: => V): Map[K, V]
    Definition Classes
    RefMapIn
  37. def readMaybeRate(): MaybeRate
  38. final def readOption[A](elem: => A): Option[A]
    Definition Classes
    RefMapIn
  39. def readProduct(): Product
    Definition Classes
    RefMapIn
  40. final def readProductT[A <: Product](): A

    Like readProduct but casts the result (unsafe)

    Like readProduct but casts the result (unsafe)

    Definition Classes
    RefMapIn
  41. def readProductWithCookie(cookie: Char): Product
    Attributes
    protected
    Definition Classes
    RefMapIn
  42. def readProductWithKey(key: String, arity: Int): Product
    Attributes
    protected
    Definition Classes
    RefMapInRefMapIn
  43. def readRate(): Rate
  44. final def readSet[A](elem: => A): Set[A]
    Definition Classes
    RefMapIn
  45. final def readString(): String
    Definition Classes
    RefMapIn
  46. final def readStringOption(): Option[String]
    Definition Classes
    RefMapIn
  47. final def readVec[A](elem: => A): IndexedSeq[A]
    Definition Classes
    RefMapIn
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. final def unexpectedCookie(cookie: Char, expected: Char): Nothing
    Attributes
    protected
    Definition Classes
    RefMapIn
  51. final def unexpectedCookie(cookie: Char): Nothing
    Attributes
    protected
    Definition Classes
    RefMapIn
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from serial.RefMapIn[RefMapIn]

Inherited from AnyRef

Inherited from Any

Ungrouped