Package | Description |
---|---|
org.sonar.sslr.internal.matchers |
Internals.
|
org.sonar.sslr.parser |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableInputBuffer |
Modifier and Type | Field and Description |
---|---|
protected InputBuffer |
MatcherContext.inputBuffer |
Constructor and Description |
---|
BasicMatcherContext(InputBuffer inputBuffer,
MatchHandler matchHandler,
Matcher matcher) |
MatcherContext(InputBuffer inputBuffer,
MatchHandler matchHandler) |
Modifier and Type | Method and Description |
---|---|
InputBuffer |
ParsingResult.getInputBuffer() |
InputBuffer |
ParseError.getInputBuffer() |
Constructor and Description |
---|
ParseError(InputBuffer inputBuffer,
int errorIndex,
java.lang.String message,
java.util.List<java.util.List<MatcherPathElement>> failedPaths) |
ParsingResult(InputBuffer inputBuffer,
boolean matched,
ParseNode parseTreeRoot,
ParseError parseError) |
Copyright © 2012 SonarSource. All Rights Reserved.