org.eclipse.xtext.parser.antlr
Interface ITokenAcceptor
- All Known Implementing Classes:
- TokenAcceptor
public interface ITokenAcceptor
Abstraction for an object, that will continuously accept Antlr tokens. Implementations
should offer additional functionality like access to the previously accepted tokens based on a
specialized public interface.
- Author:
- Sebastian Zarnekow - Initial contribution and API
- See Also:
TokenAcceptor
Method Summary |
void |
accept(org.antlr.runtime.Token token)
|
accept
void accept(org.antlr.runtime.Token token)