Click or drag to resize

MultiRenameParserBase Fields

The MultiRenameParserBase type exposes the following members.

Fields
 NameDescription
Protected fieldbMute_ A value indicating whether tree creation is muted.
(Inherited from PegBaseParser)
Public fieldStatic memberencodingClass The active encoding class used by the parser.
Protected fielderrOut_ The writer used for parser diagnostics.
(Inherited from PegBaseParser)
Protected fieldnodeCreator_ The callback used to create tree nodes.
(Inherited from PegBaseParser)
Protected fieldpos_ The current parser position.
(Inherited from PegBaseParser)
Protected fieldsrc_ The current character source.
(Inherited from PegCharParser)
Protected fieldsrcLen_ The length of the current source.
(Inherited from PegBaseParser)
Public fieldStatic memberunicodeDetection The active Unicode detection mode used by the parser.
Top
See Also