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

Packages that use CaseStatement.Alternative
de.upb.hni.vmagic.statement Contains sequential statement meta classes. 
 

Uses of CaseStatement.Alternative in de.upb.hni.vmagic.statement
 

Methods in de.upb.hni.vmagic.statement that return CaseStatement.Alternative
 CaseStatement.Alternative CaseStatement.createAlternative(Choice... choices)
          Creates a new alternative and adds it to this case statement.
 CaseStatement.Alternative CaseStatement.createAlternative(java.util.List<Choice> choices)
          Creates a new alternative and adds it to this case statement.
 

Methods in de.upb.hni.vmagic.statement that return types with arguments of type CaseStatement.Alternative
 java.util.List<CaseStatement.Alternative> CaseStatement.getAlternatives()
          Returns the alternatives.
 

Methods in de.upb.hni.vmagic.statement with parameters of type CaseStatement.Alternative
protected  void SequentialStatementVisitor.visitCaseStatementAlternative(CaseStatement.Alternative alternative)
          Visits an alternative of a case statement.