Click or drag to resize

MultiRenameParser Fields

The MultiRenameParser type exposes the following members.

Fields
 NameDescription
Protected fieldbMute_ A value indicating whether tree creation is muted.
(Inherited from PegBaseParser)
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)
Top
See Also