Multi |
The MultiRenameParserBase type exposes the following members.
| Name | Description | |
|---|---|---|
| And |
Performs a positive lookahead with tree rollback support.
(Inherited from PegBaseParser) | |
| Any |
Matches any single source element.
(Inherited from PegBaseParser) | |
| ArraySeparator | Parses an array separator. | |
| ArrayTChar | Parses the array template shortcut. | |
| ArrayTemplate | Parses an array template. | |
| Char(Char) |
Matches the specified character literal.
(Inherited from PegCharParser) | |
| Char(String) |
Matches the specified string literal.
(Inherited from PegCharParser) | |
| Char(Char, Char) |
Matches the specified two-character literal.
(Inherited from PegCharParser) | |
| Char(Char, Char, Char) |
Matches the specified three-character literal.
(Inherited from PegCharParser) | |
| Char(Char, Char, Char, Char) |
Matches the specified four-character literal.
(Inherited from PegCharParser) | |
| Char(Char, Char, Char, Char, Char) |
Matches the specified five-character literal.
(Inherited from PegCharParser) | |
| Char(Char, Char, Char, Char, Char, Char) |
Matches the specified six-character literal.
(Inherited from PegCharParser) | |
| Char(Char, Char, Char, Char, Char, Char, Char) |
Matches the specified seven-character literal.
(Inherited from PegCharParser) | |
| Char(Char, Char, Char, Char, Char, Char, Char, Char) |
Matches the specified eight-character literal.
(Inherited from PegCharParser) | |
| Construct(TextWriter) |
Reinitializes the parser.
(Inherited from PegBaseParser) | |
| Construct(String, TextWriter) |
Reinitializes the parser with the specified source and error writer.
(Inherited from PegCharParser) | |
| DateTimeArguments | Parses date-time arguments. | |
| DateTimeKind | Parses a date-time kind specifier. | |
| DateTimeTChar | Parses the date-time template shortcut. | |
| DateTimeTemplate | Parses a date-time template. | |
| DefaultNodeCreator |
Creates a default parse tree node.
(Inherited from PegBaseParser) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| EscBracket | Parses an escaped opening bracket. | |
| Fatal |
Reports a fatal parser error.
(Inherited from PegCharParser) | |
| 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) |
Matches the specified expression an exact number of times.
(Inherited from PegBaseParser) | |
| ForRepeat(Int32, Int32, PegBaseParserMatcher) |
Matches the specified expression within the provided repetition range.
(Inherited from PegBaseParser) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetProperties |
Gets the file loading properties expected by the parser.
(Overrides PegBaseParserGetProperties(EncodingClass, UnicodeDetection)) | |
| GetRoot |
Gets the root node of the parse tree.
(Inherited from PegBaseParser) | |
| GetRuleNameFromId |
Gets the rule name for the specified identifier.
(Overrides PegBaseParserGetRuleNameFromId(Int32)) | |
| GetSource |
Gets the current source text.
(Inherited from PegCharParser) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IChar(Char) |
Matches the specified character literal case-insensitively.
(Inherited from PegCharParser) | |
| IChar(String) |
Matches the specified string literal case-insensitively.
(Inherited from PegCharParser) | |
| IChar(Char, Char) |
Matches the specified two-character literal case-insensitively.
(Inherited from PegCharParser) | |
| IChar(Char, Char, Char) |
Matches the specified three-character literal case-insensitively.
(Inherited from PegCharParser) | |
| IChar(Char, Char, Char, Char) |
Matches the specified four-character literal case-insensitively.
(Inherited from PegCharParser) | |
| IChar(Char, Char, Char, Char, Char) |
Matches the specified five-character literal case-insensitively.
(Inherited from PegCharParser) | |
| IChar(Char, Char, Char, Char, Char, Char) |
Matches the specified six-character literal case-insensitively.
(Inherited from PegCharParser) | |
| IChar(Char, Char, Char, Char, Char, Char, Char) |
Matches the specified seven-character literal case-insensitively.
(Inherited from PegCharParser) | |
| In(String) |
Matches a character within any of the inclusive ranges defined by the string.
(Inherited from PegCharParser) | |
| In(Char, Char) |
Matches a character within the specified inclusive range.
(Inherited from PegCharParser) | |
| In(Char, Char, Char, Char) |
Matches a character within either of the specified inclusive ranges.
(Inherited from PegCharParser) | |
| In(Char, Char, Char, Char, Char, Char) |
Matches a character within any of the specified inclusive ranges.
(Inherited from PegCharParser) | |
| In(Char, Char, Char, Char, Char, Char, Char, Char) |
Matches a character within any of the specified inclusive ranges.
(Inherited from PegCharParser) | |
| IntArg1st | Parses the first integer argument. | |
| IntArg2nd | Parses the second integer argument. | |
| IntArgNumberOfDigits | Parses the number-of-digits argument. | |
| IntArgOnly | Parses a single integer argument. | |
| Integer | Parses an integer. | |
| IntegerTChar | Parses the integer template shortcut. | |
| IntegerTemplate | Parses an integer template. | |
| Into(PegBaseParserMatcher, PegBegEnd) |
Captures the source range matched by the specified matcher.
(Inherited from PegCharParser) | |
| Into(PegBaseParserMatcher, Double) |
Captures the text matched by the specified matcher and converts it to a double.
(Inherited from PegCharParser) | |
| Into(PegBaseParserMatcher, Int32) |
Captures the text matched by the specified matcher and converts it to an integer.
(Inherited from PegCharParser) | |
| Into(PegBaseParserMatcher, String) |
Captures the text matched by the specified matcher.
(Inherited from PegCharParser) | |
| MainSentence | Parses the main sentence. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| NegativeInteger | Parses a negative integer. | |
| NonNegativeInteger | Parses a non-negative integer. | |
| NormalChar | Parses a normal character. | |
| Not |
Performs a negative lookahead match without consuming input.
(Inherited from PegBaseParser) | |
| NotIn |
Matches a character outside all inclusive ranges defined by the string.
(Inherited from PegCharParser) | |
| NotOneOf |
Matches any character not contained in the specified string.
(Inherited from PegCharParser) | |
| OneOf(PegCharParserOptimizedCharset) |
Matches any character contained in the specified optimized character set.
(Inherited from PegCharParser) | |
| OneOf(String) |
Matches any character contained in the specified string.
(Inherited from PegCharParser) | |
| OneOf(Char, Char) |
Matches one of the specified characters.
(Inherited from PegCharParser) | |
| OneOf(Char, Char, Char) |
Matches one of the specified characters.
(Inherited from PegCharParser) | |
| OneOf(Char, Char, Char, Char) |
Matches one of the specified characters.
(Inherited from PegCharParser) | |
| OneOf(Char, Char, Char, Char, Char) |
Matches one of the specified characters.
(Inherited from PegCharParser) | |
| OneOf(Char, Char, Char, Char, Char, Char) |
Matches one of the specified characters.
(Inherited from PegCharParser) | |
| OneOf(Char, Char, Char, Char, Char, Char, Char) |
Matches one of the specified characters.
(Inherited from PegCharParser) | |
| OneOf(Char, Char, Char, Char, Char, Char, Char, Char) |
Matches one of the specified characters.
(Inherited from PegCharParser) | |
| OneOfLiterals |
Matches one of the specified optimized literal alternatives.
(Inherited from PegCharParser) | |
| Option |
Optionally matches the specified expression.
(Inherited from PegBaseParser) | |
| OptRepeat(PegBaseParserMatcher) |
Matches zero or more repetitions.
(Inherited from PegBaseParser) | |
| OptRepeat(PegCharParserOptimizedCharset) |
Matches zero or more characters from the specified optimized character set.
(Inherited from PegCharParser) | |
| Peek |
Performs a lookahead match without consuming input.
(Inherited from PegBaseParser) | |
| PlusRepeat(PegBaseParserMatcher) |
Matches one or more repetitions.
(Inherited from PegBaseParser) | |
| PlusRepeat(PegCharParserOptimizedCharset) |
Matches one or more characters from the specified optimized character set.
(Inherited from PegCharParser) | |
| PositiveInteger | Parses a positive integer. | |
| QuotedString | Parses a quoted string. | |
| ResetTree |
Clears the parse tree.
(Inherited from PegBaseParser) | |
| Rewind |
Resets the current parser position to the beginning of the source.
(Inherited from PegBaseParser) | |
| SetErrorDestination |
Sets the destination for parser diagnostics.
(Inherited from PegBaseParser) | |
| SetNodeCreator |
Sets the callback used to create parse tree nodes.
(Inherited from PegBaseParser) | |
| SetSource |
Sets the current source text.
(Inherited from PegCharParser) | |
| StringContent | Parses string content. | |
| StringTChar | Parses the string template shortcut. | |
| StringTemplate | Parses a string template. | |
| Template | Parses a template element. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TreeAST(PegBaseParserMatcher) |
Matches an anonymous abstract syntax tree node and stores it in the parse tree.
(Inherited from PegBaseParser) | |
| TreeAST(PegBaseParserCreator, PegBaseParserMatcher) |
Matches an anonymous abstract syntax tree node and stores it in the parse tree.
(Inherited from PegBaseParser) | |
| TreeAST(Int32, PegBaseParserMatcher) |
Matches an abstract syntax tree node and stores it in the parse tree.
(Inherited from PegBaseParser) | |
| TreeAST(PegBaseParserCreator, Int32, PegBaseParserMatcher) |
Matches an abstract syntax tree node and stores it in the parse tree.
(Inherited from PegBaseParser) | |
| TreeChars(PegBaseParserMatcher) |
Matches character data and stores it as an anonymous tree node.
(Inherited from PegBaseParser) | |
| TreeChars(PegBaseParserCreator, PegBaseParserMatcher) |
Matches character data and stores it as an anonymous tree node.
(Inherited from PegBaseParser) | |
| TreeCharsWithId(Int32, PegBaseParserMatcher) |
Matches character data and stores it using the specified node identifier.
(Inherited from PegBaseParser) | |
| TreeCharsWithId(PegBaseParserCreator, Int32, PegBaseParserMatcher) |
Matches character data and stores it using the specified creator and node identifier.
(Inherited from PegBaseParser) | |
| TreeNodeToString |
Converts the specified tree node to a display string.
(Inherited from PegCharParser) | |
| TreeNT(PegBaseParserMatcher) |
Matches an anonymous nonterminal and stores it in the parse tree.
(Inherited from PegBaseParser) | |
| TreeNT(PegBaseParserCreator, PegBaseParserMatcher) |
Matches an anonymous nonterminal and stores it in the parse tree.
(Inherited from PegBaseParser) | |
| TreeNT(Int32, PegBaseParserMatcher) |
Matches a nonterminal and stores it in the parse tree.
(Inherited from PegBaseParser) | |
| TreeNT(PegBaseParserCreator, Int32, PegBaseParserMatcher) |
Matches a nonterminal and stores it in the parse tree.
(Inherited from PegBaseParser) | |
| Warning |
Reports a parser warning.
(Inherited from PegCharParser) |