public interface RegExPartVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(RegExRefPart regexrefpart)
visit method for visitor pattern.
|
void |
visit(RegExStringPart regexstringpart)
visit method for visitor pattern.
|
void visit(RegExStringPart regexstringpart)
regexstringpart - Part to visit.void visit(RegExRefPart regexrefpart) throws TypeDoesNotExistException, TypeExceptions
regexrefpart - part to visit.TypeDoesNotExistException - if a part is not resolvableTypeExceptions - if a cycle is detected