The abstract syntax tree of the Argdown input. The tree consists of IRuleNode objects for every syntax rule applied. Each IRuleNode contains other IRuleNode objects or [[IArgdownToken]] objects as children.
Plugins can traverse the tree by defining IArgdownPlugin.tokenListeners and IArgdownPlugin.ruleListeners.
Provided by the ParserPlugin.
Exported dot version of argument map
Provided by the DotExportPlugin
Errors thrown by plugins.
Provided by any plugin throwing an exception.
Front matter meta data provided by the DataPlugin
Exported dot version of argument map
Provided by the GraphMLExportPlugin
Temporary counter for groups used by the DotExportPlugin
Highlighted Argdown source code (powered by Prism.js)
Provided by the HighlightSourcePlugin
Exported html
Provided by the HtmlExportPlugin
Temporary store of ids for the HtmlExportPlugin
JSON data
Provided by the JSONExportPlugin
Errors thrown by the lexer.
Provided by the ParserPlugin.
Argument map data provided by the MapPlugin
Errors thrown by the parser.
Provided by the ParserPlugin.
A list of all relations defined in the Argdown input.
Provided by the ModelPlugin
A tree structure of all sections defined in the Argdown input.
Provided by the ModelPlugin
Argument map data provided by the PreselectionPlugin and other plugins providing further selection methods.
A dictionary of all statement equivalence classes defined in the Argdown input. The keys are statement titles. The values are [[EquivalenceClass]] objects.
The actual [[Statement]] objects are stored in the [[EquivalenceClass.members]] array.
Provided by the ModelPlugin
Exported svg
Provided by the [[DotToSvgExportPlugin]]
All tags used augmented by additional data
Provided by the ModelPlugin
Color is provided by the ColorPlugin
The list of tokens produced by the Argdown lexer that was used to produce the abstract syntax tree.
Provided by the ParserPlugin.
JSON data
Provided by the WebComponentExportPlugin
Generated using TypeDoc
A dictionary of all arguments defined in the Argdown input. The keys are the argument titles. The values are [[Argument]] objects.
Provided by the ModelPlugin