public abstract class RegularExpressionParser.Expression extends Object
| Constructor and Description |
|---|
Expression() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSimple()
It specifies if the expression is simple.
|
abstract FSM |
parseToFSM()
It creates Finite State Machine from the expression.
|
public boolean isSimple()
public abstract FSM parseToFSM()
Copyright © 2022. All rights reserved.