nl.beesting.beangenerator.generator.re
Class REParser

java.lang.Object
  extended by nl.beesting.beangenerator.generator.re.REParser

public class REParser
extends java.lang.Object

Author:
gerard Generates a map of reverse regular expression, that can be used to create random strings using the reverse RE generator.

Constructor Summary
REParser()
           
 
Method Summary
 java.util.Map<java.lang.Integer,ReverseRExpression> parseRE(java.lang.String regExpression)
          Parses a regular expression into a map of RExpressions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

REParser

public REParser()
Method Detail

parseRE

public java.util.Map<java.lang.Integer,ReverseRExpression> parseRE(java.lang.String regExpression)
                                                            throws ReverseREParseException
Parses a regular expression into a map of RExpressions

Throws:
ReverseREParseException


Copyright © 2008. All Rights Reserved.