public class Loop extends RegExpr
| Modifier and Type | Method and Description |
|---|---|
static RegExpr |
createStar(RegExpr bodyInit)
Kleene star.
|
String |
toString() |
Object |
visit(Action action)
Visit this expressions and its sub-expression and perform
some action.
|
public Loop(RegExpr body)
public Object visit(Action action) throws ActionException
RegExprvisit in class RegExprActionExceptionCopyright © 1998–2017 1&1. All rights reserved.