RefMapIn

class RefMapIn(in0: DataInput) extends RefMapIn[RefMapIn]
class RefMapIn[RefMapIn]
class Object
trait Matchable
class Any

Type members

Types

type Const = Const[_]
type U = Value

Inherited types

type E
Inherited from:
RefMapIn
type R
Inherited from:
RefMapIn
type Y
Inherited from:
RefMapIn

Value members

Concrete methods

def readAct(): Act
def readAdjunct[A <: Adjunct](): A
def readEx[A](): Ex[A]
def readTrig(): Trig

Inherited methods

final def in: DataInput
Inherited from:
RefMapIn
final def readBoolean(): Boolean
Inherited from:
RefMapIn
protected def readCustomProduct(cookie: Char): Product
Inherited from:
RefMapIn
final def readDouble(): Double
Inherited from:
RefMapIn
final def readDoubleVec(): IndexedSeq[Double]
Inherited from:
RefMapIn
def readElem(): Any
Inherited from:
RefMapIn
protected def readElemWithCookie(cookie: Char): Any
Inherited from:
RefMapIn
final def readFloat(): Float
Inherited from:
RefMapIn
final def readFloatVec(): IndexedSeq[Float]
Inherited from:
RefMapIn
protected def readIdentifiedE(): E
Inherited from:
RefMapIn
protected def readIdentifiedR(): R
Inherited from:
RefMapIn
protected def readIdentifiedY(): Y
Inherited from:
RefMapIn
final def readInt(): Int
Inherited from:
RefMapIn
final def readIntVec(): IndexedSeq[Int]
Inherited from:
RefMapIn
final def readLong(): Long
Inherited from:
RefMapIn
final def readMap[K, V](key: => K, value: => V): Map[K, V]
Inherited from:
RefMapIn
final def readOption[A](elem: => A): Option[A]
Inherited from:
RefMapIn
def readProduct(): Product
Inherited from:
RefMapIn
final def readProductT[A <: Product](): A

Like readProduct but casts the result (unsafe)

Like readProduct but casts the result (unsafe)

Inherited from:
RefMapIn
final def readSet[A](elem: => A): Set[A]
Inherited from:
RefMapIn
final def readString(): String
Inherited from:
RefMapIn
final def readStringOption(): Option[String]
Inherited from:
RefMapIn
final def readVec[A](elem: => A): IndexedSeq[A]
Inherited from:
RefMapIn
final protected def unexpectedCookie(cookie: Char, expected: Char): Nothing
Inherited from:
RefMapIn
final protected def unexpectedCookie(cookie: Char): Nothing
Inherited from:
RefMapIn