fr.umlv.tatoo.cc.lexer.lexer.impl
Class SwitchRuleImpl

java.lang.Object
  extended by fr.umlv.tatoo.cc.lexer.lexer.impl.SwitchRuleImpl

public class SwitchRuleImpl
extends Object


Constructor Summary
SwitchRuleImpl(RuleDecl rule)
           
 
Method Summary
 RegexSwitch getFollowRegex()
           
 String getId()
           
 RegexSwitch getMainRegex()
           
 boolean isBeginningOfLineRequired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwitchRuleImpl

public SwitchRuleImpl(RuleDecl rule)
Method Detail

getMainRegex

public RegexSwitch getMainRegex()

getFollowRegex

public RegexSwitch getFollowRegex()

isBeginningOfLineRequired

public boolean isBeginningOfLineRequired()

getId

public String getId()