Peg |
| Name | Description | |
|---|---|---|
| Into(PegBaseParserMatcher, PegBegEnd) | Captures the source range matched by the specified matcher. | |
| Into(PegBaseParserMatcher, Double) | Captures the text matched by the specified matcher and converts it to a double. | |
| Into(PegBaseParserMatcher, Int32) | Captures the text matched by the specified matcher and converts it to an integer. | |
| Into(PegBaseParserMatcher, String) | Captures the text matched by the specified matcher. |