Constructors
-
Block
Parser() protected
Methods
-
Can
Interrupt(Block virtual Determines whether this instance can interrupt the specified block being processed.Processor, Block) -
Close(Block
Processor, virtual Called when a block matched by this parser is being closed (to allow final computation on the block).Block) -
Has
Opening Determines whether the specified char is an opening character.Character(Char) -
Try
Continue(Block virtual Tries to continue matching a block already opened.Processor, Block) -
Try
Open(Block abstract Tries to match a block opening.Processor)