public class NotMatchingGenerationVisitor extends GenerationVisitor
aGroupValues, aProperties, aRandom, aStringBuilder| Constructor and Description |
|---|
NotMatchingGenerationVisitor(Random random,
Map<Integer,String> groupValues,
RgxGenProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
static GenerationVisitorBuilder |
builder() |
protected boolean |
equalsFinalSymbolRandomString(String s1,
String s2) |
void |
visit(Choice node) |
void |
visit(FinalSymbol node) |
void |
visit(GroupRef node) |
void |
visit(NotSymbol node) |
void |
visit(Repeat node) |
void |
visit(SymbolSet node) |
protected void |
visitSymbolSet(SymbolSet node,
Function<SymbolSet,Character[]> getSymbols) |
getString, visit, visitpublic NotMatchingGenerationVisitor(Random random, Map<Integer,String> groupValues, RgxGenProperties properties)
public static GenerationVisitorBuilder builder()
public void visit(SymbolSet node)
visit in interface NodeVisitorvisit in class GenerationVisitorprotected void visitSymbolSet(SymbolSet node, Function<SymbolSet,Character[]> getSymbols)
public void visit(Choice node)
visit in interface NodeVisitorvisit in class GenerationVisitorpublic void visit(FinalSymbol node)
visit in interface NodeVisitorvisit in class GenerationVisitorpublic void visit(Repeat node)
visit in interface NodeVisitorvisit in class GenerationVisitorpublic void visit(NotSymbol node)
visit in interface NodeVisitorvisit in class GenerationVisitorpublic void visit(GroupRef node)
visit in interface NodeVisitorvisit in class GenerationVisitorCopyright © 2022. All rights reserved.