fr.umlv.tatoo.cc.lexer.generator
Class SwitchCase

java.lang.Object
  extended by fr.umlv.tatoo.cc.lexer.generator.SwitchCase

public class SwitchCase
extends Object


Constructor Summary
SwitchCase(int to, List<Integer> labels)
           
 
Method Summary
 List<Integer> getLabels()
           
 int getState()
           
 boolean isDefault()
           
 void setDefault()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwitchCase

public SwitchCase(int to,
                  List<Integer> labels)
Method Detail

isDefault

public boolean isDefault()

setDefault

public void setDefault()

getState

public int getState()

getLabels

public List<Integer> getLabels()