Legivel


Representation

Namespace: Legivel
Parent Module: RepresentationGraph

Representation of the parsed document

Union Cases

Union CaseDescription
CompleteRepresentaton(...)
Signature: ParsedDocumentResult

Completely parsed succesfully

EmptyRepresentation(EmptyDocumentResult)
Signature: EmptyDocumentResult

There was no result (possible candidate to discard; this never occurred when testing)

NoRepresentation(ErrorResult)
Signature: ErrorResult

Errors occurred

PartialRepresentaton(...)
Signature: ParsedDocumentResult

Not all tags were resolved

Fork me on GitHub