| Package | Description |
|---|---|
| org.eclipse.xtext.parser.antlr |
| Modifier and Type | Class and Description |
|---|---|
class |
TokenAcceptor
Simple implementation of an ITokenAcceptor based on the assumption
that the calls to accept and next will be alternating with only a few
exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractSplittingTokenSource.doSplitToken(org.antlr.runtime.Token splitMe,
ITokenAcceptor acceptor) |
protected void |
AbstractIndentationTokenSource.doSplitToken(org.antlr.runtime.Token token,
ITokenAcceptor result) |
protected void |
AbstractIndentationTokenSource.doSplitTokenImpl(org.antlr.runtime.Token token,
ITokenAcceptor result)
The token was previously determined as potentially to-be-splitted.
|
protected void |
AbstractSplittingTokenSource.splitToken(org.antlr.runtime.Token splitMe,
ITokenAcceptor acceptor) |
Copyright © 2015. All Rights Reserved.