org.apache.qpid.messaging.util
Class Lexicon

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

public class Lexicon
extends Object

Lexicon


Constructor Summary
Lexicon()
           
 
Method Summary
 Lexer compile()
           
 Token.Type define(String name, String pattern)
           
 Token.Type eof(String name)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lexicon

public Lexicon()
Method Detail

define

public Token.Type define(String name,
                         String pattern)

eof

public Token.Type eof(String name)

compile

public Lexer compile()

main

public static final void main(String[] args)


Licensed to the Apache Software Foundation