org.apache.qpid.messaging.util
Class Lexer

java.lang.Object
  extended by org.apache.qpid.messaging.util.Lexer

public class Lexer
extends Object

Lexer


Constructor Summary
Lexer(List<Token.Type> types, Token.Type eof, Pattern rexp)
           
 
Method Summary
 List<Token> lex(String st)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lexer

public Lexer(List<Token.Type> types,
             Token.Type eof,
             Pattern rexp)
Method Detail

lex

public List<Token> lex(String st)


Licensed to the Apache Software Foundation