Manages the inline parsers used by a more complex context switch parser.

Constructor

new(parsers:Array<InlineParser>)

Creates a new InlineParserManager object.

Methods

addParser(parser:InlineParser):Void

getParser(context:Int):InlineParser