DebugPrinterState

zio.parser.internal.Debug.DebugPrinterState
case class DebugPrinterState(indent: Int, visited: Map[ErasedParser, Int], lastId: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def visit(node: ErasedParser): DebugPrinterState

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product