Packages

c

zio.parser.internal.Debug

DebugPrinterState

case class DebugPrinterState(indent: Int, visited: Map[ErasedParser, Int], lastId: Int) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DebugPrinterState
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DebugPrinterState(indent: Int, visited: Map[ErasedParser, Int], lastId: Int)

Value Members

  1. def in: DebugPrinterState
  2. val indent: Int
  3. val lastId: Int
  4. def mergeVisited(other: DebugPrinterState): DebugPrinterState
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. def visit(node: ErasedParser): DebugPrinterState
  7. val visited: Map[ErasedParser, Int]