Multi |
The MultiRenameParser 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.
(Inherited from MultiRenameParserBase) | |
| ArrayTChar |
Parses the array template shortcut.
(Overrides MultiRenameParserBaseArrayTChar) | |
| ArrayTemplate |
Parses an array template.
(Inherited from MultiRenameParserBase) | |
| 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.
(Inherited from MultiRenameParserBase) | |
| DateTimeKind |
Parses a date-time kind specifier.
(Inherited from MultiRenameParserBase) | |
| DateTimeTChar |
Parses the date-time template shortcut.
(Overrides MultiRenameParserBaseDateTimeTChar) | |
| DateTimeTemplate |
Parses a date-time template.
(Inherited from MultiRenameParserBase) | |
| 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.
(Inherited from MultiRenameParserBase) | |
| 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.
(Inherited from MultiRenameParserBase) | |
| GetRoot |
Gets the root node of the parse tree.
(Inherited from PegBaseParser) | |
| GetRuleNameFromId |
Gets the rule name for the specified identifier.
(Inherited from MultiRenameParserBase) | |
| 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.
(Inherited from MultiRenameParserBase) | |
| IntArg2nd |
Parses the second integer argument.
(Inherited from MultiRenameParserBase) | |
| IntArgNumberOfDigits |
Parses the number-of-digits argument.
(Inherited from MultiRenameParserBase) | |
| IntArgOnly |
Parses a single integer argument.
(Inherited from MultiRenameParserBase) | |
| Integer |
Parses an integer.
(Inherited from MultiRenameParserBase) | |
| IntegerTChar |
Parses the integer template shortcut.
(Overrides MultiRenameParserBaseIntegerTChar) | |
| IntegerTemplate |
Parses an integer template.
(Inherited from MultiRenameParserBase) | |
| 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.
(Inherited from MultiRenameParserBase) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| NegativeInteger |
Parses a negative integer.
(Inherited from MultiRenameParserBase) | |
| NonNegativeInteger |
Parses a non-negative integer.
(Inherited from MultiRenameParserBase) | |
| NormalChar |
Parses a normal character.
(Inherited from MultiRenameParserBase) | |
| 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.
(Inherited from MultiRenameParserBase) | |
| QuotedString |
Parses a quoted string.
(Inherited from MultiRenameParserBase) | |
| 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.
(Inherited from MultiRenameParserBase) | |
| StringTChar |
Parses the string template shortcut.
(Overrides MultiRenameParserBaseStringTChar) | |
| StringTemplate |
Parses a string template.
(Inherited from MultiRenameParserBase) | |
| Template |
Parses a template element.
(Inherited from MultiRenameParserBase) | |
| 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) |