Persistate API documentation
DumpString Method (header)
NamespacesPersistate.LanguageSyntaxParserDumpString(String)

[This is preliminary documentation and is subject to change.]

Obtains a detailed text representation of this parser.
Declaration Syntax
C#
public string DumpString(
	string header
)
Parameters
header (String)
A header line to include at the top of the dump.
Return Value
The text dump of the parser.
Remarks
This is useful for debugging purposes. It contains a listing of the terminals, non terminals, productions, first sets, follow sets, and all state transitions in the transition table.

Assembly: Persistate.Language (Module: Persistate.Language) Version: 0.6.1.20 (0.6.1.20)