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