public class RowRecogExprNodeVisitorRepeat extends Object implements RowRecogExprNodeVisitor
Modifier and Type | Class and Description |
---|---|
static class |
RowRecogExprNodeVisitorRepeat.RowRegexNestedDesc |
static class |
RowRecogExprNodeVisitorRepeat.RowRegexPermuteDesc |
Constructor and Description |
---|
RowRecogExprNodeVisitorRepeat() |
Modifier and Type | Method and Description |
---|---|
List<Pair<RowRecogExprNodeAtom,RowRecogExprNode>> |
getAtoms() |
List<RowRecogExprNodeVisitorRepeat.RowRegexNestedDesc> |
getNesteds() |
List<RowRecogExprNodeVisitorRepeat.RowRegexPermuteDesc> |
getPermutes() |
void |
visit(RowRecogExprNode node,
RowRecogExprNode optionalParent,
int level) |
public void visit(RowRecogExprNode node, RowRecogExprNode optionalParent, int level)
visit
in interface RowRecogExprNodeVisitor
public List<Pair<RowRecogExprNodeAtom,RowRecogExprNode>> getAtoms()
public List<RowRecogExprNodeVisitorRepeat.RowRegexNestedDesc> getNesteds()
public List<RowRecogExprNodeVisitorRepeat.RowRegexPermuteDesc> getPermutes()
Copyright © 2005–2018. All rights reserved.