org.apache.qpid.messaging.util
Class Parser
java.lang.Object
org.apache.qpid.messaging.util.Parser
- Direct Known Subclasses:
- AddressParser
class Parser
- extends Object
Parser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parser
Parser(List<Token> tokens)
next
Token next()
matches
boolean matches(Token.Type... types)
eat
Token eat(Token.Type... types)
eat_until
List<Token> eat_until(Token.Type... types)
Licensed to the Apache Software Foundation