Package | Description |
---|---|
org.sonar.sslr.internal.matchers |
Internals.
|
org.sonar.sslr.parser |
Modifier and Type | Method and Description |
---|---|
ParseNode |
BasicMatcherContext.getNode() |
abstract ParseNode |
MatcherContext.getNode() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ParseNode> |
ParseNode.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
BasicMatcherContext.createNode(ParseNode node) |
abstract void |
MatcherContext.createNode(ParseNode parseNode) |
Constructor and Description |
---|
ParseNode(int startIndex,
int endIndex,
java.util.List<ParseNode> children,
Matcher matcher) |
Modifier and Type | Method and Description |
---|---|
ParseNode |
ParsingResult.getParseTreeRoot() |
Constructor and Description |
---|
ParsingResult(InputBuffer inputBuffer,
boolean matched,
ParseNode parseTreeRoot,
ParseError parseError) |
Copyright © 2012 SonarSource. All Rights Reserved.