fr.umlv.tatoo.cc.lexer.lexer
Class SwitchAutomata

java.lang.Object
  extended by fr.umlv.tatoo.cc.lexer.lexer.SwitchAutomata

public class SwitchAutomata
extends Object


Constructor Summary
SwitchAutomata(RegexSwitch mainRegex, RegexSwitch followRegex)
           
 
Method Summary
 RegexSwitch getFollowRegexSwitch()
           
 RegexSwitch getMainRegexSwitch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwitchAutomata

public SwitchAutomata(RegexSwitch mainRegex,
                      RegexSwitch followRegex)
Method Detail

getMainRegexSwitch

public RegexSwitch getMainRegexSwitch()

getFollowRegexSwitch

public RegexSwitch getFollowRegexSwitch()