de.upb.hni.vmagic.statement
Class CaseStatement.Alternative

java.lang.Object
  extended by de.upb.hni.vmagic.statement.CaseStatement.Alternative
Enclosing class:
CaseStatement

public final class CaseStatement.Alternative
extends java.lang.Object

Case statement alternative.


Method Summary
 java.util.List<Choice> getChoices()
          Returns the choices.
 java.util.List<SequentialStatement> getStatements()
          Returns the statements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChoices

public java.util.List<Choice> getChoices()
Returns the choices.

Returns:
a modifiable list of choices

getStatements

public java.util.List<SequentialStatement> getStatements()
Returns the statements.

Returns:
a modifiable list of sequential statements