C G

C

com.navigamez.greex - package com.navigamez.greex
 

G

generateAll() - Method in class com.navigamez.greex.GreexGenerator
Generate all the matches for this generator's regular expression.
generateAll(int) - Method in class com.navigamez.greex.GreexGenerator
Generate all the matches for this generator's regular expression where the length of the generated string is less than the given maximum length.
generateRandom() - Method in class com.navigamez.greex.GreexGenerator
Generates a random match for this generator's regular expression.
generateRandom(long) - Method in class com.navigamez.greex.GreexGenerator
Generates a random match for this generator's regular expression.
generateRandom(Random) - Method in class com.navigamez.greex.GreexGenerator
Generates a random match for this generator's regular expression.
GreexGenerator - Class in com.navigamez.greex
Generates matches for a given regular expression.
GreexGenerator(String) - Constructor for class com.navigamez.greex.GreexGenerator
Create a new generator using the given regular expression.

C G