IParser.NullImpl| Constructor and Description |
|---|
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) |
public IParseResult parse(Reader reader)
public IParseResult parse(ParserRule rule, Reader reader)
public IParseResult parse(RuleCall ruleCall, Reader reader, int initialLookAhead)
public IParseResult reparse(IParseResult previousParseResult, ReplaceRegion replaceRegion)
Copyright © 2015. All Rights Reserved.