public class Sequence extends RegExpr
| Constructor and Description |
|---|
Sequence() |
Sequence(RegExpr[] bodyInit) |
Sequence(RegExpr left,
RegExpr right) |
| Modifier and Type | Method and Description |
|---|---|
static RegExpr |
createKeyword(String str) |
static Sequence |
createTimes(RegExpr body,
int count) |
boolean |
getRanges(List<RegExpr> result) |
String |
toString() |
Object |
visit(Action action)
Visit this expressions and its sub-expression and perform
some action.
|
public Sequence()
public Sequence(RegExpr[] bodyInit)
public Object visit(Action action) throws ActionException
RegExprvisit in class RegExprActionExceptionCopyright © 1998–2017 1&1. All rights reserved.