Packages

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 = graph.Const[_]
    Definition Classes
    RefMapInRefMapIn
  2. abstract type E
    Definition Classes
    RefMapIn
  3. abstract type R
    Definition Classes
    RefMapIn
  4. type U = URI
    Definition Classes
    RefMapInRefMapIn
  5. abstract type Y
    Definition Classes
    RefMapIn

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. def readAct(): Act
  16. def readAdjunct[A <: Adjunct](): A
  17. final def readBoolean(): Boolean
    Definition Classes
    RefMapIn
  18. def readControl(): Control
  19. def readCustomElem(cookie: Char): Any
    Attributes
    protected
    Definition Classes
    RefMapInRefMapIn
  20. def readCustomProduct(cookie: Char): Product
    Attributes
    protected
    Definition Classes
    RefMapIn
  21. final def readDouble(): Double
    Definition Classes
    RefMapIn
  22. final def readDoubleVec(): IndexedSeq[Double]
    Definition Classes
    RefMapIn
  23. def readElem(): Any
    Definition Classes
    RefMapIn
  24. def readElemWithCookie(cookie: Char): Any
    Attributes
    protected
    Definition Classes
    RefMapIn
  25. def readEx[A](): Ex[A]
  26. final def readFloat(): Float
    Definition Classes
    RefMapIn
  27. final def readFloatVec(): IndexedSeq[Float]
    Definition Classes
    RefMapIn
  28. def readIdentifiedConst(): graph.Const[_]
    Attributes
    protected
    Definition Classes
    RefMapInRefMapIn
  29. def readIdentifiedE(): E
    Attributes
    protected
    Definition Classes
    RefMapIn
  30. def readIdentifiedR(): R
    Attributes
    protected
    Definition Classes
    RefMapIn
  31. def readIdentifiedU(): U
    Attributes
    protected
    Definition Classes
    RefMapInRefMapIn
  32. def readIdentifiedY(): Y
    Attributes
    protected
    Definition Classes
    RefMapIn
  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. final def readOption[A](elem: => A): Option[A]
    Definition Classes
    RefMapIn
  38. def readProduct(): Product
    Definition Classes
    RefMapIn
  39. final def readProductT[A <: Product](): A

    Like readProduct but casts the result (unsafe)

    Like readProduct but casts the result (unsafe)

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