Code

configparse.core.Position$.Code
final case class Code(path: String, line: Int, col: Int)

Defined in code.

Attributes

Members list

Concise view

Value members

Inherited methods

def pretty: String

Attributes

Inherited from:
Position
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product