| Package | Description |
|---|---|
| org.sonar.sslr.internal.matchers |
Internals of Parser.
|
| org.sonar.sslr.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableInputBuffer |
| Modifier and Type | Method and Description |
|---|---|
InputBuffer |
ParsingResult.getInputBuffer() |
InputBuffer |
ParseError.getInputBuffer() |
| Constructor and Description |
|---|
ParseError(InputBuffer inputBuffer,
int errorIndex) |
ParsingResult(InputBuffer inputBuffer,
boolean matched,
ParseNode parseTreeRoot,
ParseError parseError) |
Copyright © 2009–2018 SonarSource. All rights reserved.