public class RowRegexExprNodeVisitorRepeat extends java.lang.Object implements RowRegexExprNodeVisitor
Modifier and Type | Class and Description |
---|---|
static class |
RowRegexExprNodeVisitorRepeat.RowRegexNestedDesc |
static class |
RowRegexExprNodeVisitorRepeat.RowRegexPermuteDesc |
Constructor and Description |
---|
RowRegexExprNodeVisitorRepeat() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Pair<RowRegexExprNodeAtom,RowRegexExprNode>> |
getAtoms() |
java.util.List<RowRegexExprNodeVisitorRepeat.RowRegexNestedDesc> |
getNesteds() |
java.util.List<RowRegexExprNodeVisitorRepeat.RowRegexPermuteDesc> |
getPermutes() |
void |
visit(RowRegexExprNode node,
RowRegexExprNode optionalParent,
int level) |
public void visit(RowRegexExprNode node, RowRegexExprNode optionalParent, int level)
visit
in interface RowRegexExprNodeVisitor
public java.util.List<Pair<RowRegexExprNodeAtom,RowRegexExprNode>> getAtoms()
public java.util.List<RowRegexExprNodeVisitorRepeat.RowRegexNestedDesc> getNesteds()
public java.util.List<RowRegexExprNodeVisitorRepeat.RowRegexPermuteDesc> getPermutes()