| Package | Description |
|---|---|
| org.apache.qpid.messaging.util |
| Modifier and Type | Method and Description |
|---|---|
Token.Type |
Lexicon.define(String name,
String pattern) |
Token.Type |
Lexicon.eof(String name) |
Token.Type |
Token.getType() |
| Constructor and Description |
|---|
Lexer(List<Token.Type> types,
Token.Type eof,
Pattern rexp) |
ParseError(Token token,
Token.Type... expected) |
| Constructor and Description |
|---|
Lexer(List<Token.Type> types,
Token.Type eof,
Pattern rexp) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.