Uses of Class
org.apache.qpid.messaging.util.Token

Packages that use Token
org.apache.qpid.messaging.util   
 

Uses of Token in org.apache.qpid.messaging.util
 

Methods in org.apache.qpid.messaging.util that return Token
(package private)  Token Parser.eat(Token.Type... types)
           
(package private)  Token Parser.next()
           
 

Methods in org.apache.qpid.messaging.util that return types with arguments of type Token
(package private)  List<Token> Parser.eat_until(Token.Type... types)
           
 List<Token> Lexer.lex(String st)
           
static List<Token> AddressParser.lex(String input)
           
(package private) static List<Token> AddressParser.wlex(String input)
           
 

Methods in org.apache.qpid.messaging.util with parameters of type Token
(package private) static Object AddressParser.tok2obj(Token tok)
           
(package private) static String AddressParser.tok2str(Token tok)
           
(package private) static String AddressParser.unquote(String st, Token tok)
           
 

Method parameters in org.apache.qpid.messaging.util with type arguments of type Token
(package private) static String AddressParser.toks2str(List<Token> toks)
           
 

Constructors in org.apache.qpid.messaging.util with parameters of type Token
ParseError(Token token, Token.Type... expected)
           
 

Constructor parameters in org.apache.qpid.messaging.util with type arguments of type Token
Parser(List<Token> tokens)
           
 



Licensed to the Apache Software Foundation