[Missing <summary> documentation for "T:Altaxo.Main.PegParser.PegBaseParser"]
Inheritance Hierarchy Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic abstract class PegBaseParser
The PegBaseParser type exposes the following members.
Constructors | Name | Description |
---|
 | PegBaseParser | Initializes a new instance of the PegBaseParser class |
Top
Methods | Name | Description |
---|
 | And | |
 | Any | |
 | Construct | |
 | DefaultNodeCreator | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
 | ForRepeat(Int32, PegBaseParserMatcher) | |
 | ForRepeat(Int32, Int32, PegBaseParserMatcher) | |
 | GetHashCode | Serves as the default hash function. (Inherited from Object) |
 | GetProperties | |
 | GetRoot | |
 | GetRuleNameFromId | |
 | GetType | Gets the Type of the current instance. (Inherited from Object) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
 | Not | |
 | Option | |
 | OptRepeat | |
 | Peek | |
 | PlusRepeat | |
 | ResetTree | |
 | Rewind | |
 | SetErrorDestination | |
 | SetNodeCreator | |
 | ToString | Returns a string that represents the current object. (Inherited from Object) |
 | TreeAST(PegBaseParserMatcher) | |
 | TreeAST(PegBaseParserCreator, PegBaseParserMatcher) | |
 | TreeAST(Int32, PegBaseParserMatcher) | |
 | TreeAST(PegBaseParserCreator, Int32, PegBaseParserMatcher) | |
 | TreeChars(PegBaseParserMatcher) | |
 | TreeChars(PegBaseParserCreator, PegBaseParserMatcher) | |
 | TreeCharsWithId(Int32, PegBaseParserMatcher) | |
 | TreeCharsWithId(PegBaseParserCreator, Int32, PegBaseParserMatcher) | |
 | TreeNodeToString | |
 | TreeNT(PegBaseParserMatcher) | |
 | TreeNT(PegBaseParserCreator, PegBaseParserMatcher) | |
 | TreeNT(Int32, PegBaseParserMatcher) | |
 | TreeNT(PegBaseParserCreator, Int32, PegBaseParserMatcher) | |
Top
Fields
See Also