Click or drag to resize

PegByteParser Fields

The PegByteParser 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 binary source.
Protected fieldsrcLen_ The length of the current source.
(Inherited from PegBaseParser)
Top
See Also