|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.umlv.tatoo.cc.lexer.regex.AutomatonDecl
public class AutomatonDecl
| Constructor Summary | |
|---|---|
AutomatonDecl(int firstState,
CharacterSet[][] trans,
boolean[] accepts,
Encoding encoding)
|
|
| Method Summary | |
|---|---|
boolean |
acceptsEpsilon()
|
boolean[] |
getAccepts()
|
int |
getFirstState()
|
int[][] |
getTransitions()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AutomatonDecl(int firstState,
CharacterSet[][] trans,
boolean[] accepts,
Encoding encoding)
| Method Detail |
|---|
public boolean acceptsEpsilon()
public final boolean[] getAccepts()
public final int[][] getTransitions()
public final int getFirstState()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||