public interface IParser
| Modifier and Type | Interface and Description |
|---|---|
static class |
IParser.NullImpl |
| Modifier and Type | Method and Description |
|---|---|
IParseResult |
parse(ParserRule rule,
Reader reader) |
IParseResult |
parse(Reader reader) |
IParseResult |
parse(RuleCall ruleCall,
Reader reader,
int initialLookAhead) |
IParseResult |
reparse(IParseResult previousParseResult,
ReplaceRegion replaceRegion) |
IParseResult parse(Reader reader)
IParseResult parse(ParserRule rule, Reader reader)
IParseResult parse(RuleCall ruleCall, Reader reader, int initialLookAhead)
IParseResult reparse(IParseResult previousParseResult, ReplaceRegion replaceRegion)
Copyright © 2015. All Rights Reserved.