fr.umlv.tatoo.cc.lexer.regex
Class RegexSwitch
java.lang.Object
fr.umlv.tatoo.cc.lexer.regex.RegexSwitch
public class RegexSwitch
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexSwitch
public RegexSwitch(AutomatonDecl regex)
getStateNb
public int getStateNb()
getTransitions
public List<SwitchCase> getTransitions(int state)
getAccepts
public boolean[] getAccepts()
getNoOut
public List<Integer> getNoOut()
getFirstState
public int getFirstState()