cgta.serland.backends

SerAstIn

class SerAstIn extends SerInput

Linear Supertypes
SerInput, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SerAstIn
  2. SerInput
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SerAstIn(root: SerAstRoot, isHumanReadable: Boolean)

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  11. val isHumanReadable: Boolean

    Definition Classes
    SerAstInSerInput
  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  16. def peek(): SerAstNode

  17. def peekIf[A](f: PartialFunction[SerAstNode, A]): A

  18. def pop(): Unit

  19. def push(n: SerAstNode): Unit

  20. def readBoolean(): Boolean

    Definition Classes
    SerAstInSerInput
  21. def readByte(): Byte

    Definition Classes
    SerAstInSerInput
  22. def readByteArr(): Array[Byte]

    Definition Classes
    SerAstInSerInput
  23. def readChar(): Char

    Definition Classes
    SerAstInSerInput
  24. def readDouble(): Double

    Definition Classes
    SerAstInSerInput
  25. def readFieldBegin(name: String, id: Int): Unit

    Definition Classes
    SerAstInSerInput
  26. def readFieldEnd(): Unit

    Definition Classes
    SerAstInSerInput
  27. def readInt32(hint: Ser32Hint): Int

    Definition Classes
    SerAstInSerInput
  28. def readInt64(hint: Ser64Hint): Long

    Definition Classes
    SerAstInSerInput
  29. def readIterable[A](sca: SerReadable[A]): Iterable[A]

    Definition Classes
    SerAstInSerInput
  30. def readOneOfBegin(): Either[String, Int]

    Definition Classes
    SerAstInSerInput
  31. def readOneOfEnd(): Unit

    Definition Classes
    SerAstInSerInput
  32. def readOption[A](sca: SerReadable[A]): Option[A]

    Definition Classes
    SerAstInSerInput
  33. def readSerInput(): () ⇒ SerInput

    Definition Classes
    SerAstInSerInput
  34. def readString(): String

    Definition Classes
    SerAstInSerInput
  35. def readStructBegin(): Unit

    Definition Classes
    SerAstInSerInput
  36. def readStructEnd(): Unit

    Definition Classes
    SerAstInSerInput
  37. var stack: List[SerAstNode]

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SerInput

Inherited from AnyRef

Inherited from Any

Ungrouped