| Package | Description |
|---|---|
| org.textmapper.lapg.eval |
| Modifier and Type | Field and Description |
|---|---|
protected GenericParseContext.TextSource |
GenericParser.source |
| Modifier and Type | Method and Description |
|---|---|
GenericParseContext.TextSource |
GenericNode.getInput() |
GenericParseContext.TextSource |
GenericParseContext.Result.getSource() |
| Modifier and Type | Method and Description |
|---|---|
protected GenericLexer |
GenericParseContext.createLexer(GenericParseContext.TextSource source,
GenericLexer.ErrorReporter reporter) |
GenericParseContext.Result |
GenericParseContext.parse(GenericParseContext.TextSource source,
int inputIndex) |
| Constructor and Description |
|---|
GenericNode(GenericParseContext.TextSource source,
int offset,
int endoffset,
GenericNode... children) |
GenericParseContext.Result(GenericParseContext.TextSource source,
Object root,
List<GenericParseContext.ParseProblem> errors) |
Copyright © 2014. All rights reserved.