| Package | Description |
|---|---|
| org.sonar.sslr.internal.matchers |
Internals of Parser.
|
| org.sonar.sslr.internal.vm | |
| org.sonar.sslr.parser |
| Modifier and Type | Method and Description |
|---|---|
List<ParseNode> |
ParseNode.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
static AstNode |
LexerfulAstCreator.create(ParseNode node,
List<Token> tokens) |
| Constructor and Description |
|---|
ParseNode(int startIndex,
int endIndex,
List<ParseNode> children,
Matcher matcher) |
| Modifier and Type | Method and Description |
|---|---|
static ParseNode |
Machine.parse(List<Token> tokens,
CompiledGrammar grammar) |
| Modifier and Type | Method and Description |
|---|---|
List<ParseNode> |
MachineStack.subNodes() |
| Modifier and Type | Method and Description |
|---|---|
ParseNode |
ParsingResult.getParseTreeRoot() |
| Constructor and Description |
|---|
ParsingResult(InputBuffer inputBuffer,
boolean matched,
ParseNode parseTreeRoot,
ParseError parseError) |
Copyright © 2009–2018 SonarSource. All rights reserved.