| Modifier and Type | Method and Description |
|---|---|
int |
AbstractPackratParser.consumeTerminal(ITerminalConsumer consumer,
String feature,
boolean isMany,
boolean isBoolean,
AbstractElement grammarElement,
ISequenceMatcher notMatching,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
int |
TerminalConsumer.consume(ISequenceMatcher notMatching) |
int |
ITerminalConsumer.consume(ISequenceMatcher notMatching)
Scan the configured input source for a consumable terminal at the current offset.
|
int |
TerminalConsumer.consume(String feature,
boolean isMany,
boolean isBoolean,
AbstractElement element,
ISequenceMatcher notMatching,
boolean optional) |
int |
ITerminalConsumer.consume(String feature,
boolean isMany,
boolean isBoolean,
AbstractElement element,
ISequenceMatcher notMatching,
boolean optional)
Scan the configured input source for a consumable terminal at the current offset.
|
protected int |
NonTerminalConsumer.consumeTerminal(ITerminalConsumer consumer,
String feature,
boolean isMany,
boolean isBoolean,
AbstractElement grammarElement,
ISequenceMatcher notMatching,
boolean optional) |
int |
IConsumerUtility.consumeTerminal(ITerminalConsumer consumer,
String feature,
boolean isMany,
boolean isBoolean,
AbstractElement grammarElement,
ISequenceMatcher notMatching,
boolean optional) |
protected AbstractParsedToken |
TerminalConsumer.createParsedToken(String feature,
boolean isMany,
boolean isBoolean,
AbstractElement element,
ISequenceMatcher notMatching,
boolean optional,
int prevMarker,
IParsedTokenSource source) |
protected AbstractParsedToken |
EnumLiteralConsumer.createParsedToken(String feature,
boolean isMany,
boolean isBoolean,
AbstractElement element,
ISequenceMatcher notMatching,
boolean optional,
int prevMarker,
IParsedTokenSource source) |
| Modifier and Type | Method and Description |
|---|---|
int |
DebugConsumerUtility.consumeTerminal(ITerminalConsumer consumer,
String feature,
boolean isMany,
boolean isBoolean,
AbstractElement grammarElement,
ISequenceMatcher notMatching,
boolean optional) |
| Modifier and Type | Class and Description |
|---|---|
class |
SetBasedKeywordMatcher |
| Modifier and Type | Method and Description |
|---|---|
static ISequenceMatcher |
ISequenceMatcher.Factory.nullMatcher() |
Copyright © 2015. All Rights Reserved.