org.apache.qpid.messaging.util
Class Parser

java.lang.Object
  extended by org.apache.qpid.messaging.util.Parser
Direct Known Subclasses:
AddressParser

 class Parser
extends Object

Parser


Constructor Summary
Parser(List<Token> tokens)
           
 
Method Summary
(package private)  List<Token> eat_until(Token.Type... types)
           
(package private)  Token eat(Token.Type... types)
           
(package private)  boolean matches(Token.Type... types)
           
(package private)  Token next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

Parser(List<Token> tokens)
Method Detail

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