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

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

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

Methods in org.apache.qpid.messaging.util that return Token.Type
 Token.Type Lexicon.define(String name, String pattern)
           
 Token.Type Lexicon.eof(String name)
           
 Token.Type Token.getType()
           
 

Methods in org.apache.qpid.messaging.util with parameters of type Token.Type
(package private)  List<Token> Parser.eat_until(Token.Type... types)
           
(package private)  Token Parser.eat(Token.Type... types)
           
(package private)  boolean Parser.matches(Token.Type... types)
           
 

Constructors in org.apache.qpid.messaging.util with parameters of type Token.Type
Lexer(List<Token.Type> types, Token.Type eof, Pattern rexp)
           
ParseError(Token token, Token.Type... expected)
           
Token(Token.Type type, String value, String input, int position)
           
 

Constructor parameters in org.apache.qpid.messaging.util with type arguments of type Token.Type
Lexer(List<Token.Type> types, Token.Type eof, Pattern rexp)
           
 



Licensed to the Apache Software Foundation