Legivel


ParsedDocumentResult

Namespace: Legivel
Parent Module: RepresentationGraph

Fully parsed document result info

Record Fields

Record FieldDescription
Document
Signature: Node

The root Node of the parsed document

StopLocation
Signature: DocumentLocation

The location where parsing finished

TagReport
Signature: TagReport

Statistics of problematic tags used in the source yaml

TagShorthands
Signature: TagShorthand list

List of tag shorthands, set with the TAG directive

Warn
Signature: ParseMessageAtLine list

All warning messages

Static members

Static memberDescription
ParsedDocumentResult.Create(...)
Signature: (ParseMessageAtLine list) -> TagReport -> DocumentLocation -> (TagShorthand list) -> Node -> ParsedDocumentResult
Fork me on GitHub