|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectER.ER
ER.RepeticionER
public class RepeticionER
Clase para la implementacion de la operacion de repeticion en expresiones regulares
| Field Summary | |
|---|---|
(package private) ER |
erA
Expresion regular repetida |
| Constructor Summary | |
|---|---|
RepeticionER(ER erA)
|
|
| Method Summary | |
|---|---|
protected AF |
toAF(Int freeId)
Devuelve el automata finito asociado a la expresion regular repeticion. |
java.lang.String |
toString()
Devuelve la representacion de la expresion regular en formato string |
| Methods inherited from class ER.ER |
|---|
loadER, loadER, nextQ, saveER, saveER, toAF |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
ER erA
| Constructor Detail |
|---|
public RepeticionER(ER erA)
erA - expresion regular a repetir| Method Detail |
|---|
public java.lang.String toString()
toString in class ERObject.toString()
protected AF toAF(Int freeId)
throws AF_Exception,
G_Exception
toAF in class ERfreeId - Primer identificador de estado libre.
AF_Exception
G_Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||