|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJaCoP.util.fsm.RegularExpressionParser.Expression
public abstract class RegularExpressionParser.Expression
It creates an abstract class expression which specifies basic methods of the expression.
| Constructor Summary | |
|---|---|
RegularExpressionParser.Expression()
|
|
| Method Summary | |
|---|---|
boolean |
isSimple()
It specifies if the expression is simple. |
abstract FSM |
parseToFSM()
It creates Finite State Machine from the expression. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegularExpressionParser.Expression()
| Method Detail |
|---|
public boolean isSimple()
public abstract FSM parseToFSM()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||